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:
@@ -102,7 +102,7 @@ void MediaExample::MediaControl()
|
||||
{
|
||||
//! [Request control]
|
||||
QMediaPlayerControl *control = qobject_cast<QMediaPlayerControl *>(
|
||||
mediaService->requestControl("com.nokia.Qt.QMediaPlayerControl/1.0"));
|
||||
mediaService->requestControl("org.qt-project.qt.mediaplayercontrol/5.0"));
|
||||
//! [Request control]
|
||||
Q_UNUSED(control);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user