aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpincharea_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-06-13 08:10:23 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2023-06-20 11:38:43 +0200
commit509e12150820d418210609816d20eea84b6c190f (patch)
treeb68178bcd92809d0bda753c3982c1e6a6ae233b2 /src/quick/items/qquickpincharea_p.h
parent2476e3ff430ef445a313f1f2d22501ace4cf5a62 (diff)
Add QT_DEPRECATED_SINCE around QQuickMouseEvent::source property
Amends cefbdac27f1e0f855d2f4669f31475181604e363 which deprecated it in docs only in 6.2. It still has other questionable properties like wasHeld, isClick and flags. Ideally we could get rid of the whole class some day, but we'd have to get rid of MouseArea and signal-emitting use cases in Controls. Also removed an obsolete comment and unused forward declaration. Pick-to: 6.6 Change-Id: I3dfc00be1c5d15a3b72bd551515942a1bc840aab Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/quick/items/qquickpincharea_p.h')
-rw-r--r--src/quick/items/qquickpincharea_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickpincharea_p.h b/src/quick/items/qquickpincharea_p.h
index 63f824984e..87fe6e6bdd 100644
--- a/src/quick/items/qquickpincharea_p.h
+++ b/src/quick/items/qquickpincharea_p.h
@@ -230,7 +230,6 @@ private:
};
-class QQuickMouseEvent;
class QQuickPinchAreaPrivate;
class Q_QUICK_PRIVATE_EXPORT QQuickPinchArea : public QQuickItem
{