Doc: Corrected a typo.

Change-Id: I53ab7ddf0a8c0416dce19bf2b642e7e294f3c868
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Venugopal Shivashankar
2015-08-11 15:33:32 +02:00
committed by Yoann Lopes
parent 68a09d3093
commit ae9095d5bc
2 changed files with 3 additions and 3 deletions

View File

@@ -773,7 +773,7 @@ void QDeclarativeAudio::_q_statusChanged()
This property holds the native media object. This property holds the native media object.
It can be used to get a pointer to a QMediaPlayer object in order to intergrate with C++ code. It can be used to get a pointer to a QMediaPlayer object in order to integrate with C++ code.
\code \code
QObject *qmlAudio; // The QML Audio object QObject *qmlAudio; // The QML Audio object
@@ -1216,7 +1216,7 @@ void QDeclarativeAudio::_q_statusChanged()
This property holds the native media object. This property holds the native media object.
It can be used to get a pointer to a QMediaPlayer object in order to intergrate with C++ code. It can be used to get a pointer to a QMediaPlayer object in order to integrate with C++ code.
\code \code
QObject *qmlMediaPlayer; // The QML MediaPlayer object QObject *qmlMediaPlayer; // The QML MediaPlayer object

View File

@@ -776,7 +776,7 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
This property holds the native media object for the camera. This property holds the native media object for the camera.
It can be used to get a pointer to a QCamera object in order to intergrate with C++ code. It can be used to get a pointer to a QCamera object in order to integrate with C++ code.
\code \code
QObject *qmlCamera; // The QML Camera object QObject *qmlCamera; // The QML Camera object