summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qcustomaudiorolecontrol.cpp
diff options
context:
space:
mode:
authorJames McDonnell <jmcdonnell@blackberry.com>2017-09-08 10:38:06 -0400
committerJames McDonnell <jmcdonnell@blackberry.com>2017-09-19 17:04:05 +0000
commitbb6166a5eca14550584bfc4ab4cb4130872df3ad (patch)
tree550ad6061287ff2920b65e8b36ef1dbad94c4d8d /src/multimedia/controls/qcustomaudiorolecontrol.cpp
parentcb4fa0d86a70b0e1751b3e5a238deaf2d63c196e (diff)
Update customAudioRole Qt version
The change missed the Qt 5.10 release. Change-Id: I25bc345ac8262966ca31e63f4f87584983fa0bae Reviewed-by: Dan Cape <dcape@qnx.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/multimedia/controls/qcustomaudiorolecontrol.cpp')
-rw-r--r--src/multimedia/controls/qcustomaudiorolecontrol.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multimedia/controls/qcustomaudiorolecontrol.cpp b/src/multimedia/controls/qcustomaudiorolecontrol.cpp
index c01fc430c..39431be01 100644
--- a/src/multimedia/controls/qcustomaudiorolecontrol.cpp
+++ b/src/multimedia/controls/qcustomaudiorolecontrol.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\class QCustomAudioRoleControl
\inmodule QtMultimedia
\ingroup multimedia_control
- \since 5.10
+ \since 5.11
\brief The QCustomAudioRoleControl class provides control over the audio role of a media object.
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
The functionality provided by this control is exposed to application code through the
QMediaPlayer class.
- The interface name of QCustomAudioRoleControl is \c org.qt-project.qt.customaudiorolecontrol/5.10 as
+ The interface name of QCustomAudioRoleControl is \c org.qt-project.qt.customaudiorolecontrol/5.11 as
defined in QCustomAudioRoleControl_iid.
\sa QMediaService::requestControl(), QMediaPlayer
@@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
/*!
\macro QCustomAudioRoleControl_iid
- \c org.qt-project.qt.customaudiorolecontrol/5.10
+ \c org.qt-project.qt.customaudiorolecontrol/5.11
Defines the interface name of the QCustomAudioRoleControl class.