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

@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
endpoints available on a system and allows one to be selected as the audio
of a media service.
The interface name of QAudioEndpointSelector is \c com.nokia.Qt.QAudioEndpointSelector/1.0 as
The interface name of QAudioEndpointSelector is \c org.qt-project.qt.audioendpointselector/5.0 as
defined in QAudioEndpointSelector_iid.
\sa QMediaService::requestControl()
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
/*!
\macro QAudioEndpointSelector_iid
\c com.nokia.Qt.QAudioEndpointSelector/1.0
\c org.qt-project.qt.audioendpointselector/5.0
Defines the interface name of the QAudioEndpointSelector class.

View File

@@ -75,7 +75,7 @@ protected:
QAudioEndpointSelector(QObject *parent = 0);
};
#define QAudioEndpointSelector_iid "com.nokia.Qt.QAudioEndpointSelector/1.0"
#define QAudioEndpointSelector_iid "org.qt-project.qt.audioendpointselector/5.0"
Q_MEDIA_DECLARE_CONTROL(QAudioEndpointSelector, QAudioEndpointSelector_iid)
QT_END_NAMESPACE

View File

@@ -104,7 +104,7 @@ struct Q_MULTIMEDIA_EXPORT QMediaPlaylistIOInterface
virtual QMediaPlaylistWriter *createWriter(QIODevice *device, const QByteArray &format) = 0;
};
#define QMediaPlaylistIOInterface_iid "com.nokia.Qt.QMediaPlaylistIOInterface"
#define QMediaPlaylistIOInterface_iid "org.qt-project.qt.mediaplaylistio/5.0"
Q_DECLARE_INTERFACE(QMediaPlaylistIOInterface, QMediaPlaylistIOInterface_iid);
class Q_MULTIMEDIA_EXPORT QMediaPlaylistIOPlugin : public QObject, public QMediaPlaylistIOInterface