mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -12,7 +12,7 @@ class ExportComicsInfoDialog : public QDialog
|
||||
|
||||
public:
|
||||
ExportComicsInfoDialog(QWidget *parent = nullptr);
|
||||
~ExportComicsInfoDialog();
|
||||
~ExportComicsInfoDialog() override;
|
||||
QString source;
|
||||
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user