mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ slots:
|
||||||
virtual void startDownload() = 0;
|
virtual void startDownload() = 0;
|
||||||
virtual void startUpload() = 0;
|
virtual void startUpload() = 0;
|
||||||
virtual void buttonClicked(QAbstractButton *button) = 0;
|
virtual void buttonClicked(QAbstractButton *button) = 0;
|
||||||
virtual void downloadTimedOut();
|
void downloadTimedOut();
|
||||||
|
|
||||||
protected
|
protected
|
||||||
slots:
|
slots:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue