src/imports/gestures/qdeclarativegesturearea.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    77     bool gestureEvent(QGestureEvent *event);
    77     bool gestureEvent(QGestureEvent *event);
    78 };
    78 };
    79 
    79 
    80 /*!
    80 /*!
    81     \qmlclass GestureArea QDeclarativeGestureArea
    81     \qmlclass GestureArea QDeclarativeGestureArea
       
    82     \ingroup qml-basic-interaction-elements
       
    83 
    82     \brief The GestureArea item enables simple gesture handling.
    84     \brief The GestureArea item enables simple gesture handling.
    83     \inherits Item
    85     \inherits Item
    84 
    86 
    85     A GestureArea is like a MouseArea, but it has signals for gesture events.
    87     A GestureArea is like a MouseArea, but it has signals for gesture events.
    86 
    88