Added own camera icons instead of relying on the system icons
[harmattan/cameraplus] / qml / PostCaptureItem.qml
index abe6fa9..760ae26 100644 (file)
@@ -118,7 +118,7 @@ Item {
             CameraToolIcon {
                 id: playIcon
                 anchors.horizontalCenter: parent.horizontalCenter
-                iconId: cameraTheme.videoPlayIconId
+                iconSource: cameraTheme.videoPlayIconId
                 visible: isVideo
                 onClicked: startPlayback()
             }