summaryrefslogtreecommitdiffstats
path: root/tests/manual/subsurface/shmwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/subsurface/shmwindow.h')
-rw-r--r--tests/manual/subsurface/shmwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/subsurface/shmwindow.h b/tests/manual/subsurface/shmwindow.h
index 451f5fc4a..44d111e79 100644
--- a/tests/manual/subsurface/shmwindow.h
+++ b/tests/manual/subsurface/shmwindow.h
@@ -50,8 +50,8 @@ public:
explicit ShmWindow(QWindow *parent);
protected:
- void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE;
- void timerEvent(QTimerEvent *) Q_DECL_OVERRIDE;
+ void paintEvent(QPaintEvent *event) override;
+ void timerEvent(QTimerEvent *) override;
private:
int m_rotation;