macOS: Remove dead event type MacGLClearDrawable
Change-Id: If35f3e2a67b94e403210c564bf337b54d621f8c5 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
500ce08b3c
commit
66550a2bee
@ -283,7 +283,6 @@ QT_BEGIN_NAMESPACE
|
||||
\omitvalue ApplicationDeactivate
|
||||
\omitvalue ApplicationDeactivated
|
||||
\omitvalue MacGLWindowChange
|
||||
\omitvalue MacGLClearDrawable
|
||||
\omitvalue NetworkReplyUpdated
|
||||
\omitvalue FutureCallOut
|
||||
\omitvalue NativeGesture
|
||||
|
@ -238,7 +238,6 @@ public:
|
||||
UngrabMouse = 187,
|
||||
GrabKeyboard = 188,
|
||||
UngrabKeyboard = 189,
|
||||
MacGLClearDrawable = 191, // Internal Cocoa, the window has changed, so we must clear
|
||||
|
||||
StateMachineSignal = 192,
|
||||
StateMachineWrapped = 193,
|
||||
|
Loading…
Reference in New Issue
Block a user