mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix some warnings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user