Updated IID, services, and controls to use qt-project URL

Instead of com.nokia.qt we should use org.qt-project.qt.
All the identifiers have also been updated to use pure lowercase, and
where used the version numbers have been updated to 5.0.

Change-Id: Ib209327f5205f5a086a5932394504a8a52e1f712
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Jonas Rabbe
2012-03-19 13:35:30 +10:00
committed by Qt by Nokia
parent a8ba6e3c7f
commit 7517dcca3b
99 changed files with 143 additions and 143 deletions

View File

@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
The functionality provided by this control is exposed to application
code through the QAudioDecoder class.
The interface name of QAudioDecoderControl is \c com.nokia.Qt.QAudioDecoderControl/1.0 as
The interface name of QAudioDecoderControl is \c org.qt-project.qt.audiodecodercontrol/5.0 as
defined in QAudioDecoderControl_iid.
\sa QMediaService::requestControl(), QAudioDecoder
@@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE
/*!
\macro QAudioDecoderControl_iid
\c com.nokia.Qt.QAudioDecoderControl/1.0
\c org.qt-project.qt.audiodecodercontrol/5.0
Defines the interface name of the QAudioDecoderControl class.