summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/affine/xform.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/affine/xform.h')
-rw-r--r--examples/widgets/painting/affine/xform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/widgets/painting/affine/xform.h b/examples/widgets/painting/affine/xform.h
index fff92733a0..a04381165d 100644
--- a/examples/widgets/painting/affine/xform.h
+++ b/examples/widgets/painting/affine/xform.h
@@ -116,7 +116,9 @@ signals:
protected:
void timerEvent(QTimerEvent *e);
+#ifndef QT_NO_WHEELEVENT
void wheelEvent(QWheelEvent *);
+#endif
private:
QPolygonF ctrlPoints;