-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0, 5.4.0 Beta
Qt::NoGesture is missing from the documentation of GestureState enumeration. See http://qt-project.org/doc/qt-5/qt.html#GestureState-enum. The enumeration is defined:
enum GestureState
{
NoGesture,
GestureStarted = 1,
GestureUpdated = 2,
GestureFinished = 3,
GestureCanceled = 4
};
For Gerrit Dashboard: QTBUG-39988 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
98040,5 | Doc: added NoGesture to GestureState enum | 5.4 | qt/qtbase | Status: MERGED | +2 | 0 |