summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2024-04-04 14:00:30 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2024-04-04 20:05:10 +0200
commit14610fb1749a22abbd203f42e3edb3f4425cb215 (patch)
tree29e7dc2bf4eda3f1f952033df78ff6fa5d1d1e27 /src/gui
parentf54953a0abfe7db796a294c9239b943ebec91a2f (diff)
doc: Remove deprecation of the supported QTouchEvent ctor
Amends 111115bf8862b7cd1197c2ef8a4b475c882776d4 Change-Id: Ibc557fdde9c894a3a58bb58835e11be9180e6e6d Pick-to: 6.2 6.5 6.7 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qevent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 48a4c42151..d8c11d72a6 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -4478,8 +4478,6 @@ Q_IMPL_EVENT_COMMON(QWindowStateChangeEvent)
*/
/*!
- \deprecated [6.2] Use another constructor.
-
Constructs a QTouchEvent with the given \a eventType, \a device,
\a touchPoints, and current keyboard \a modifiers at the time of the event.
*/