mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -24,7 +24,7 @@ private:
|
||||
public slots:
|
||||
void goTo();
|
||||
void setNumPages(unsigned int numPages);
|
||||
void open();
|
||||
void open() override;
|
||||
signals:
|
||||
void goToPage(unsigned int page);
|
||||
};
|
||||
|
Reference in New Issue
Block a user