mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Annotate overridden methods
This commit is contained in:
@ -110,7 +110,7 @@ private:
|
||||
void setDisableUniqueValues(bool disabled);
|
||||
|
||||
QList<ComicDB> comics;
|
||||
void closeEvent(QCloseEvent *e);
|
||||
void closeEvent(QCloseEvent *e) override;
|
||||
void updateCoverPageNumberLabel(int n);
|
||||
|
||||
bool coverChanged;
|
||||
@ -122,7 +122,7 @@ public:
|
||||
QString databasePath;
|
||||
QString basePath;
|
||||
QSize sizeHint();
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
public slots:
|
||||
void setComics(QList<ComicDB> comics);
|
||||
|
Reference in New Issue
Block a user