summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tabletapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/tablet/tabletapplication.h')
-rw-r--r--examples/widgets/widgets/tablet/tabletapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/tablet/tabletapplication.h b/examples/widgets/widgets/tablet/tabletapplication.h
index c6e9ad1355..0e99fd0721 100644
--- a/examples/widgets/widgets/tablet/tabletapplication.h
+++ b/examples/widgets/widgets/tablet/tabletapplication.h
@@ -54,7 +54,7 @@ public:
TabletApplication(int &argv, char **args)
: QApplication(argv, args) {}
- bool event(QEvent *event);
+ bool event(QEvent *event) Q_DECL_OVERRIDE;
void setCanvas(TabletCanvas *canvas)
{ myCanvas = canvas; }