Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-39988

Documentation: Qt::NoGesture is missing from enum Qt::GestureState documentation

    XMLWordPrintable

Details

    Description

      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
         };
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vertries Nico Vertriest (Inactive)
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes