mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Annotate overridden methods
This commit is contained in:
@ -10,7 +10,7 @@ class YACReaderHttpSession : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderHttpSession(QObject *parent = nullptr);
|
||||
~YACReaderHttpSession();
|
||||
~YACReaderHttpSession() override;
|
||||
|
||||
void setComicsOnDevice(const QSet<QString> &set);
|
||||
void setComicOnDevice(const QString &hash);
|
||||
|
Reference in New Issue
Block a user