mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Annotate overridden methods
This commit is contained in:
@ -17,7 +17,7 @@ class SelectVolume : public ScraperSelector
|
||||
Q_OBJECT
|
||||
public:
|
||||
SelectVolume(QWidget *parent = nullptr);
|
||||
void load(const QString &json, const QString &searchString);
|
||||
void load(const QString &json, const QString &searchString) override;
|
||||
virtual ~SelectVolume();
|
||||
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user