add override compiler macro
This commit is contained in:
parent
2f33dc01bb
commit
6c2665ff6f
|
@ -12,7 +12,7 @@ public:
|
||||||
~AppBar();
|
~AppBar();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void paintEvent(QPaintEvent *event);
|
void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // APPBAR_H
|
#endif // APPBAR_H
|
||||||
|
|
Loading…
Reference in New Issue