add override compiler macro

This commit is contained in:
laserpants 2016-03-26 13:36:44 +03:00
parent 2f33dc01bb
commit 6c2665ff6f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public:
~AppBar();
protected:
void paintEvent(QPaintEvent *event);
void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE;
};
#endif // APPBAR_H