summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl2/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl2/window.h')
-rw-r--r--examples/opengl/hellogl2/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellogl2/window.h b/examples/opengl/hellogl2/window.h
index 68ee754d8e..5cec60ff06 100644
--- a/examples/opengl/hellogl2/window.h
+++ b/examples/opengl/hellogl2/window.h
@@ -69,7 +69,7 @@ public:
Window(MainWindow *mw);
protected:
- void keyPressEvent(QKeyEvent *event) Q_DECL_OVERRIDE;
+ void keyPressEvent(QKeyEvent *event) override;
private slots:
void dockUndock();