summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qcustomaudiorolecontrol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include moc files after QT_END_NAMESPACEVal Doroshchuk2019-09-091-1/+2
| | | | | | Fixes: QTBUG-76574 Change-Id: I69ef47bbd01967c3d7a0c5d1554fcdd29619ebfa Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* Update customAudioRole Qt versionJames McDonnell2017-09-191-3/+3
| | | | | | | | | 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>
* Add custom audio role API to QMediaPlayerJames McDonnell2017-09-061-0/+117
Allows use of audio roles beyond those known to Qt. [ChangeLog][QMediaPlayer] Added customAudioRole string property to enable use of audio roles beyond those available via the audioRole enum property. Change-Id: Id7ed5d7bc1af0c15910e699f25c97cfed2d48243 Reviewed-by: Christian Stromme <christian.stromme@qt.io> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>