diff options
Diffstat (limited to 'src/imports/location/qdeclarativegeomapgesturearea.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomapgesturearea.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/location/qdeclarativegeomapgesturearea.cpp b/src/imports/location/qdeclarativegeomapgesturearea.cpp index 57da1d70..84d9399a 100644 --- a/src/imports/location/qdeclarativegeomapgesturearea.cpp +++ b/src/imports/location/qdeclarativegeomapgesturearea.cpp @@ -274,7 +274,7 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlsignal void QtLocation5::MapGestureArea::pinchStarted(PinchEvent event) + \qmlsignal QtLocation5::MapGestureArea::pinchStarted(PinchEvent event) Raised when a pinch gesture is started. @@ -282,7 +282,7 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlsignal void QtLocation5::MapGestureArea::pinchUpdated(PinchEvent event) + \qmlsignal QtLocation5::MapGestureArea::pinchUpdated(PinchEvent event) Once a pinch has begun this event gets raised as the user moves her fingers across the map. @@ -291,11 +291,11 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlsignal void QtLocation5::MapGestureArea::pinchUpdated(PinchEvent event) + \qmlsignal QtLocation5::MapGestureArea::pinchFinished(PinchEvent event) The end of a pinch gesture is signaled by this event. - \sa pinchUpdated, pinchFinished + \sa pinchStarted, pinchUpdated */ /*! |