summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/glwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/computegles31/glwindow.h')
-rw-r--r--examples/opengl/computegles31/glwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/computegles31/glwindow.h b/examples/opengl/computegles31/glwindow.h
index 877f7b732e..f243858a45 100644
--- a/examples/opengl/computegles31/glwindow.h
+++ b/examples/opengl/computegles31/glwindow.h
@@ -86,7 +86,7 @@ public:
void setBlurRadius(float blurRadius);
protected:
- void keyPressEvent(QKeyEvent *e) Q_DECL_OVERRIDE;
+ void keyPressEvent(QKeyEvent *e) override;
void setAnimating(bool animate);
private: