summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2012-11-01 00:05:13 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-06 18:20:02 +0100
commit13fd00199a6a41af2bdbb876fe33c75547e3d996 (patch)
tree35f8d3170b54fbf4a6653415ba5270f29617f3e5 /sync.profile
parent00d709216335b68b5eb81ae9bf726c82a079e12c (diff)
Enable the "#include <QMediaMetaData>" camel-case header
Move the QMediaMetaData namespace into new files, and have sync.profile generate the camel-case header during compilation. For now, the new header (qmediametadata.h) is included whereever the old one appears (qtmedianamespace.h), but an audit will be done later to make explicit #includes only where necessary. NOTE: Git may think that a rename has occurred. Part of the Header Consistency Project (http://lists.qt-project.org/pipermail/development/2012-October/007570.html) Change-Id: I63705722a5e175628d56128888a94ae4c20879f2 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.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 0f5658f25..477fe1ddb 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,6 +7,10 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
+%classnames = (
+ "qmediametadata.h" => "QMediaMetaData"
+);
+
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values: