summaryrefslogtreecommitdiffstats
path: root/examples/touch/pinchzoom/graphicsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/pinchzoom/graphicsview.h')
-rw-r--r--examples/touch/pinchzoom/graphicsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/pinchzoom/graphicsview.h b/examples/touch/pinchzoom/graphicsview.h
index f9dbc43980..d4e2e32d36 100644
--- a/examples/touch/pinchzoom/graphicsview.h
+++ b/examples/touch/pinchzoom/graphicsview.h
@@ -58,7 +58,7 @@ class GraphicsView : public QGraphicsView
public:
GraphicsView(QGraphicsScene *scene = 0, QWidget *parent = 0);
- bool viewportEvent(QEvent *event) Q_DECL_OVERRIDE;
+ bool viewportEvent(QEvent *event) override;
private:
qreal totalScaleFactor;