mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add override annotation
This commit is contained in:
parent
740eab5025
commit
052e7ffba0
@ -24,7 +24,7 @@ public:
|
||||
void setNumSlides(unsigned int slides) override;
|
||||
void setImageReady(int index, const QByteArray &image) override;
|
||||
|
||||
void updateConfig(QSettings *settings);
|
||||
void updateConfig(QSettings *settings) override;
|
||||
void setFlowRightToLeft(bool b) override;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user