Fix some warnings

This commit is contained in:
Luis Ángel San Martín
2021-12-29 17:58:40 +01:00
parent d8f224645d
commit a1e0340b3d
6 changed files with 13 additions and 12 deletions

View File

@ -41,7 +41,7 @@ private:
int workerIndex;
QTimer updateTimer;
std::unique_ptr<WorkerThread<QImage>> worker;
virtual void wheelEvent(QWheelEvent *event);
virtual void wheelEvent(QWheelEvent *event) override;
};
#endif