mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Annotate overridden methods
This commit is contained in:
@ -18,8 +18,8 @@ public:
|
||||
void show();
|
||||
|
||||
protected:
|
||||
virtual void focusOutEvent(QFocusEvent *event);
|
||||
virtual void paintEvent(QPaintEvent *);
|
||||
void focusOutEvent(QFocusEvent *event) override;
|
||||
void paintEvent(QPaintEvent *) override;
|
||||
|
||||
public slots:
|
||||
void updateText(int value);
|
||||
|
Reference in New Issue
Block a user