mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -21,7 +21,7 @@ private:
|
||||
QPushButton *goToButton;
|
||||
QLabel *pageHint;
|
||||
QWidget *bar;
|
||||
void paintEvent(QPaintEvent *);
|
||||
void paintEvent(QPaintEvent *) override;
|
||||
|
||||
public:
|
||||
GoToFlowToolBar(QWidget *parent = nullptr);
|
||||
|
Reference in New Issue
Block a user