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>
This commit is contained in:
parent
69bed6cd3f
commit
ca1575308c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user