Cleanup: Devirtualize WebServices::downloadTimedOut()
This member function was not overriden in a derived class. No point in it being virtual. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7c22e4d805
commit
d7e3d68f36
@ -26,7 +26,7 @@ slots:
|
||||
virtual void startDownload() = 0;
|
||||
virtual void startUpload() = 0;
|
||||
virtual void buttonClicked(QAbstractButton *button) = 0;
|
||||
virtual void downloadTimedOut();
|
||||
void downloadTimedOut();
|
||||
|
||||
protected
|
||||
slots:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user