Convert TextSwitch to a platform specific component and rename it to CameraTextSwitch
[harmattan/cameraplus] / qml / Standby.qml
index f3f0229..757f1c7 100644 (file)
@@ -46,7 +46,7 @@ Rectangle {
 
     Image {
         id: icon
-        source: "image://theme/icon-l-camera-standby"
+        source: cameraTheme.standbyIcon
         anchors.centerIn: parent
     }