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 4d97f7e13f..997ea064f2 100644
--- a/examples/touch/fingerpaint/mainwindow.h
+++ b/examples/touch/fingerpaint/mainwindow.h
@@ -55,7 +55,7 @@ public:
MainWindow();
protected:
- void closeEvent(QCloseEvent *event);
+ void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
private slots:
void open();