mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -15,7 +15,7 @@ public:
|
||||
void exportComicsInfo(QSqlDatabase &source, QSqlDatabase &dest);
|
||||
|
||||
private:
|
||||
void run();
|
||||
void run() override;
|
||||
};
|
||||
|
||||
class ComicsInfoImporter : public QThread
|
||||
@ -26,7 +26,7 @@ public:
|
||||
void importComicsInfo(QSqlDatabase &source, QSqlDatabase &dest);
|
||||
|
||||
private:
|
||||
void run();
|
||||
void run() override;
|
||||
};
|
||||
|
||||
class DataBaseManagement : public QObject
|
||||
|
Reference in New Issue
Block a user