summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/fingerpaint/mainwindow.h')
-rw-r--r--examples/touch/fingerpaint/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/fingerpaint/mainwindow.h b/examples/touch/fingerpaint/mainwindow.h
index 3686947065..47c339050e 100644
--- a/examples/touch/fingerpaint/mainwindow.h
+++ b/examples/touch/fingerpaint/mainwindow.h
@@ -65,7 +65,7 @@ public:
MainWindow();
protected:
- void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
+ void closeEvent(QCloseEvent *event) override;
private slots:
void open();