mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Annotate overridden methods
This commit is contained in:
@ -15,7 +15,7 @@ class YACReaderMainToolBar : public QWidget
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderMainToolBar(QWidget *parent = nullptr);
|
||||
QSize sizeHint() const;
|
||||
QSize sizeHint() const override;
|
||||
|
||||
QToolButton *backButton;
|
||||
QToolButton *forwardButton;
|
||||
@ -32,8 +32,8 @@ signals:
|
||||
public slots:
|
||||
|
||||
private:
|
||||
void paintEvent(QPaintEvent *);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
void paintEvent(QPaintEvent *) override;
|
||||
void resizeEvent(QResizeEvent *) override;
|
||||
|
||||
QHBoxLayout *mainLayout;
|
||||
|
||||
|
Reference in New Issue
Block a user