summaryrefslogtreecommitdiffstats
path: root/src/plugins/audio/symbian/symbianaudiooutput.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-121-697/+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-191-1/+1
| | | | Forgot to fill in the module name in 4cabe964.
* Fix incorrect license headersGareth Stockwell2010-02-191-18/+18
| | | | Fixes incorrect license headers used on files added by 28610950.
* Symbian backend for QtMultimedia audioGareth Stockwell2010-02-181-0/+697
Task-number: QT-567