mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Annotate overridden methods
This commit is contained in:
@ -8,7 +8,7 @@ class BundleCreator : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
BundleCreator(void);
|
||||
~BundleCreator(void);
|
||||
~BundleCreator(void) override;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user