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>
This commit is contained in:
Sze Howe Koh
2012-11-01 00:53:20 +08:00
committed by The Qt Project
parent 47fe5f9b39
commit 74e44a6ef6

View File

@@ -8,6 +8,7 @@
);
%classnames = (
"qaudio.h" => "QAudio",
"qmediametadata.h" => "QMediaMetaData",
"qmultimedia.h" => "QMultimedia"
);