summaryrefslogtreecommitdiffstats
path: root/tests/manual/cocoa/menurama/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/cocoa/menurama/mainwindow.h')
-rw-r--r--tests/manual/cocoa/menurama/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/cocoa/menurama/mainwindow.h b/tests/manual/cocoa/menurama/mainwindow.h
index a7afa770be..3ca90dad8f 100644
--- a/tests/manual/cocoa/menurama/mainwindow.h
+++ b/tests/manual/cocoa/menurama/mainwindow.h
@@ -44,7 +44,7 @@ public:
~MainWindow();
protected:
- void timerEvent(QTimerEvent *) Q_DECL_OVERRIDE;
+ void timerEvent(QTimerEvent *) override;
public slots:
void enableStuffMenu(bool enable);