summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-01-05 17:54:51 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-01-08 14:09:12 +0000
commitca1575308c847770d7efb7d2a0d30162bc3bd47b (patch)
tree8bb29b53e4d7d97c438afedde7719f37fc708852 /src/gui/kernel
parent69bed6cd3f12a3c1b0182c5a3706efa617090cfa (diff)
Doc: QEventPoint: Remove documentation-specific property macro
QDoc is now capable of handling const-qualified property types. Change-Id: Id36b44c7dfc6531d14f7fe31fdd0d69061743bb9 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qeventpoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qeventpoint.h b/src/gui/kernel/qeventpoint.h
index 35b8b1f73d..518faecee2 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)