summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativeaudio.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-08-11 15:33:32 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-08-11 13:53:38 +0000
commitae9095d5bcc6da54c35785f18cd67712b2c1cfa8 (patch)
tree527052c788af1836c3287eee6440b16a88e18190 /src/imports/multimedia/qdeclarativeaudio.cpp
parent68a09d3093d14c77bc87995404c80ae4ae1e4d08 (diff)
Doc: Corrected a typo.
Change-Id: I53ab7ddf0a8c0416dce19bf2b642e7e294f3c868 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/imports/multimedia/qdeclarativeaudio.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativeaudio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/multimedia/qdeclarativeaudio.cpp b/src/imports/multimedia/qdeclarativeaudio.cpp
index 54659071a..540ed6464 100644
--- a/src/imports/multimedia/qdeclarativeaudio.cpp
+++ b/src/imports/multimedia/qdeclarativeaudio.cpp
@@ -773,7 +773,7 @@ void QDeclarativeAudio::_q_statusChanged()
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
QObject *qmlAudio; // The QML Audio object
@@ -1216,7 +1216,7 @@ void QDeclarativeAudio::_q_statusChanged()
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
QObject *qmlMediaPlayer; // The QML MediaPlayer object