From f0a86b3ed7207f09151b368436663730be3d1adc Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 4 Apr 2024 14:00:30 +0200 Subject: [PATCH] doc: Remove deprecation of the supported QTouchEvent ctor Amends 111115bf8862b7cd1197c2ef8a4b475c882776d4 Change-Id: Ibc557fdde9c894a3a58bb58835e11be9180e6e6d Pick-to: 6.5 6.2 Reviewed-by: Paul Olav Tvete (cherry picked from commit 14610fb1749a22abbd203f42e3edb3f4425cb215) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit ab597b84b3a6a3d3d52d06582b412b31a8f4f143) --- src/gui/kernel/qevent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 19fdcdc97ff..06ba47087e1 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -4471,8 +4471,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. */