From ca1575308c847770d7efb7d2a0d30162bc3bd47b Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 5 Jan 2024 17:54:51 +0000 Subject: [PATCH] Doc: QEventPoint: Remove documentation-specific property macro QDoc is now capable of handling const-qualified property types. Change-Id: Id36b44c7dfc6531d14f7fe31fdd0d69061743bb9 Reviewed-by: Paul Wicking --- src/gui/kernel/qeventpoint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qeventpoint.h b/src/gui/kernel/qeventpoint.h index 35b8b1f73da..518faecee21 100644 --- a/src/gui/kernel/qeventpoint.h +++ b/src/gui/kernel/qeventpoint.h @@ -20,7 +20,6 @@ class Q_GUI_EXPORT QEventPoint { Q_GADGET Q_PROPERTY(bool accepted READ isAccepted WRITE setAccepted) - QDOC_PROPERTY(QPointingDevice *device READ device CONSTANT) // qdoc doesn't know const Q_PROPERTY(const QPointingDevice *device READ device CONSTANT) Q_PROPERTY(int id READ id CONSTANT) Q_PROPERTY(QPointingDeviceUniqueId uniqueId READ uniqueId CONSTANT)