OSDN Git Service

remove unused and internal Qt::GestureType::LastGestureType enum
authorIvailo Monev <xakepa10@laimg.moc>
Thu, 9 Apr 2020 07:12:58 +0000 (07:12 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Thu, 9 Apr 2020 07:12:58 +0000 (07:12 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/core/global/qnamespace.h
src/core/global/qnamespace.qdoc

index ae85462..9bde876 100644 (file)
@@ -1305,8 +1305,6 @@ public:
         SwipeGesture      = 5,
 
         CustomGesture     = 0x0100,
-
-        LastGestureType   = ~0u
     };
 
     enum GestureFlag
index b10558c..a0dbe41 100644 (file)
     \value SwipeGesture      A Swipe gesture.
     \value CustomGesture A flag that can be used to test if the gesture is a
     user-defined gesture ID.
-    \omitvalue LastGestureType
 
     User-defined gestures are registered with the
     QGestureRecognizer::registerRecognizer() function which generates a custom