diff options
Diffstat (limited to 'src/imports/location/qdeclarativegeomapmouseevent.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomapmouseevent.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeomapmouseevent.cpp b/src/imports/location/qdeclarativegeomapmouseevent.cpp index 1dc37c18..f596a4ce 100644 --- a/src/imports/location/qdeclarativegeomapmouseevent.cpp +++ b/src/imports/location/qdeclarativegeomapmouseevent.cpp @@ -45,11 +45,12 @@ QT_BEGIN_NAMESPACE /*! \qmlclass MapMouseEvent QDeclarativeGeoMapMouseEvent + \inqmlmodule QtLocation 5 + \ingroup qml-QtLocation5-maps + \since QtLocation 5.0 \brief The MapMouseEvent object provides information about a mouse event. - \ingroup qml-location-maps - The position of the mouse can be found via the \l x and \l y properties or the \l coordinate property. The button that caused the event is available via the \l button property. |