Remove remaining ### Qt 6 comment in qcoreevent.h
QEvent::Pointer will probably end up unused in Qt 6, but removing it right now would break qtdeclarative; this might continue for a little while longer. Change-Id: I02c4901068be710ffd31261b306e1b8ec1988c63 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
77d63db06f
commit
3e7c63955e
@ -282,7 +282,7 @@ public:
|
|||||||
|
|
||||||
PlatformSurface = 217, // Platform surface created or about to be destroyed
|
PlatformSurface = 217, // Platform surface created or about to be destroyed
|
||||||
|
|
||||||
Pointer = 218, // QQuickPointerEvent; ### Qt 6: QPointerEvent
|
Pointer = 218, // Qt 5: QQuickPointerEvent; Qt 6: unused so far
|
||||||
|
|
||||||
TabletTrackingChange = 219, // tablet tracking state has changed
|
TabletTrackingChange = 219, // tablet tracking state has changed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user