summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2012-11-01 00:53:20 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-06 18:20:11 +0100
commit74e44a6ef60120c3284b07a29d35d8d771c7d4f6 (patch)
tree2a86586c9d9b45c2dae448d5b370c0e8d521dd07 /sync.profile
parent47fe5f9b39575130fa7e5c3e05ec7775bbf81c99 (diff)
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.profile1
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"
);