diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2012-11-01 00:53:20 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-06 18:20:11 +0100 |
commit | 74e44a6ef60120c3284b07a29d35d8d771c7d4f6 (patch) | |
tree | 2a86586c9d9b45c2dae448d5b370c0e8d521dd07 /sync.profile | |
parent | 47fe5f9b39575130fa7e5c3e05ec7775bbf81c99 (diff) | |
download | qtmultimedia-74e44a6ef60120c3284b07a29d35d8d771c7d4f6.tar.gz |
Enable the "#include <QAudio>" camel-case header (regression)
The header was available in Qt 4, but somehow went missing.
Change-Id: I5e54921afd6e196d67db797331a0b0093f41ce34
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 5c92f2650..da5324322 100644 --- a/sync.profile +++ b/sync.profile @@ -8,6 +8,7 @@ ); %classnames = ( + "qaudio.h" => "QAudio", "qmediametadata.h" => "QMediaMetaData", "qmultimedia.h" => "QMultimedia" ); |