summaryrefslogtreecommitdiffstats
path: root/src/plugins/audio/symbian/symbianaudioutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-121-125/+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/+125
Task-number: QT-567