summaryrefslogtreecommitdiffstats
path: root/src/plugins/audio/symbian
Commit message (Collapse)AuthorAgeFilesLines
* Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-1211-2701/+0
| | | | | | | | | Changed backend from being a plugin, to being statically compiled into QtMultimedia.dll. This is to achieve consistency with the backends for other plugins, and to allow the plugin API to be modified. Task-number: QTBUG-8994 Reviewed-by: trustme
* Fix incorrect license headersGareth Stockwell2010-02-1910-10/+10
| | | | Forgot to fill in the module name in 4cabe964.
* Fix incorrect license headersGareth Stockwell2010-02-1910-180/+180
| | | | Fixes incorrect license headers used on files added by 28610950.
* Symbian backend for QtMultimedia audioGareth Stockwell2010-02-1811-0/+2701
Task-number: QT-567