mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05:00
Annotate overridden methods
This commit is contained in:
@ -11,7 +11,7 @@ class YACReaderLocalClient : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderLocalClient(QObject *parent = nullptr);
|
||||
~YACReaderLocalClient();
|
||||
~YACReaderLocalClient() override;
|
||||
signals:
|
||||
void finished();
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user