mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -48,8 +48,8 @@ private:
|
||||
YACReaderSpinSliderWidget *gammaS;
|
||||
|
||||
public slots:
|
||||
void saveOptions();
|
||||
void restoreOptions(QSettings *settings);
|
||||
void saveOptions() override;
|
||||
void restoreOptions(QSettings *settings) override;
|
||||
void findFolder();
|
||||
void updateColor(const QColor &color);
|
||||
//void fitToWidthRatio(int value);
|
||||
|
Reference in New Issue
Block a user