Enable the "#include <QAudio>" camel-case header (regression)
authorSze Howe Koh <szehowe.koh@gmail.com>
Wed, 31 Oct 2012 16:53:20 +0000 (00:53 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 6 Nov 2012 17:20:11 +0000 (18:20 +0100)
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>
sync.profile

index 5c92f26..da53243 100644 (file)
@@ -8,6 +8,7 @@
 );
 
 %classnames = (
+    "qaudio.h" => "QAudio",
     "qmediametadata.h" => "QMediaMetaData",
     "qmultimedia.h" => "QMultimedia"
 );