Refactor code to use C++11 overriding

This commit is contained in:
padertux
2018-01-08 22:51:48 +01:00
committed by padertux
parent 0c6f781b43
commit dc8cbed1eb
247 changed files with 1008 additions and 1008 deletions

View File

@@ -83,7 +83,7 @@ class ViewSelectorButton : public QToolButton
{
public:
ViewSelectorButton(QWidget *p) : QToolButton(p) { }
void paintEvent(QPaintEvent *ev)
void paintEvent(QPaintEvent *ev) override
{
Q_UNUSED(ev)
QPainter painter(this);