Rename namespace QtMultimedia::MetaData -> QMediaMetaData
Main code, examples, tests and docs updated. Method: 1. Remove unused forward-declarations, "class QMediaMetaData" 2. Mass find+replace "QtMultimedia::MetaData" -> "QMediaMetaData" 3. Un-nest from the QtMultimedia namespace in qtmedianamespace.h For consistency (with minimal disruption), namespaces with a "Qt" prefix will be renamed. Also, Qt guidelines don't include nested namespaces (http://lists.qt-project.org/pipermail/development/2012-October/006756.html) Part of the Header Consistency Project (http://lists.qt-project.org/pipermail/development/2012-October/007570.html) Change-Id: I40e59c1cf58c1792725e735e9285c51bc5f226b1 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
committed by
The Qt Project
parent
0affd9023f
commit
00d7092163
@@ -129,8 +129,8 @@ QMediaStreamsControl::~QMediaStreamsControl()
|
||||
|
||||
Returns the meta-data value of \a key for a given \a stream.
|
||||
|
||||
Useful metadata keys are QtMultimedia::MetaData::Title,
|
||||
QtMultimedia::MetaData::Description and QtMultimedia::MetaData::Language.
|
||||
Useful metadata keys are QMediaMetaData::Title,
|
||||
QMediaMetaData::Description and QMediaMetaData::Language.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
|
||||
its current media it will implement QMetaDataReaderControl. This control
|
||||
provides functions for both retrieving and setting meta-data values.
|
||||
Meta-data may be addressed by the keys defined in the
|
||||
QtMultimedia::MetaData namespace.
|
||||
QMediaMetaData namespace.
|
||||
|
||||
The functionality provided by this control is exposed to application
|
||||
code by the meta-data members of QMediaObject, and so meta-data access
|
||||
|
||||
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
|
||||
current media it will implement QMetaDataWriterControl. This control
|
||||
provides functions for both retrieving and setting meta-data values.
|
||||
Meta-data may be addressed by the keys defined in the
|
||||
QtMultimedia::MetaData namespace.
|
||||
QMediaMetaData namespace.
|
||||
|
||||
The functionality provided by this control is exposed to application code
|
||||
by the meta-data members of QMediaObject, and so meta-data access is
|
||||
|
||||
Reference in New Issue
Block a user