Convert most iconSource usage to iconId
[harmattan/cameraplus] / qml / PostCaptureItem.qml
index 4cc51d1..cc0e2f9 100644 (file)
@@ -92,7 +92,7 @@ Item {
             CameraToolIcon {
                 id: playIcon
                 anchors.horizontalCenter: parent.horizontalCenter
-                iconSource: "image://theme/icon-s-music-video-play"
+                iconId: "icon-m-toolbar-mediacontrol-play-white"
                 visible: isVideo
                 onClicked: startPlayback()
             }