Fix documentation for QML Camera's cameraStateChanged signal.
authorYoann Lopes <yoann.lopes@digia.com>
Wed, 2 Jul 2014 15:59:19 +0000 (17:59 +0200)
committerYoann Lopes <yoann.lopes@digia.com>
Tue, 8 Jul 2014 15:40:08 +0000 (17:40 +0200)
The signal name is 'cameraStateChanged' but was documented as
'stateChanged'.

Change-Id: I80279613b55105a925acafc21f67c4a0917906af
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
src/imports/multimedia/qdeclarativecamera.cpp

index db5ba81..2dd36b0 100644 (file)
@@ -628,13 +628,13 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
 */
 
 /*!
-    \qmlsignal Camera::stateChanged(state)
+    \qmlsignal Camera::cameraStateChanged(state)
 
     This signal is emitted when the camera state has changed to \a state.  Since the
     state changes may take some time to occur this signal may arrive sometime
     after the state change has been requested.
 
-    The corresponding handler is \c onStateChanged.
+    The corresponding handler is \c onCameraStateChanged.
 */
 
 /*!