Enable the "#include <QMediaMetaData>" camel-case header
authorSze Howe Koh <szehowe.koh@gmail.com>
Wed, 31 Oct 2012 16:05:13 +0000 (00:05 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 6 Nov 2012 17:20:02 +0000 (18:20 +0100)
commit13fd00199a6a41af2bdbb876fe33c75547e3d996
tree35f8d3170b54fbf4a6653415ba5270f29617f3e5
parent00d709216335b68b5eb81ae9bf726c82a079e12c
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>
src/multimedia/multimedia.pro
src/multimedia/qmediametadata.cpp [new file with mode: 0644]
src/multimedia/qmediametadata.h [new file with mode: 0644]
src/multimedia/qtmedianamespace.cpp
src/multimedia/qtmedianamespace.h
sync.profile