Added own camera icons instead of relying on the system icons
[harmattan/cameraplus] / qml / ImageIsoButton.qml
index 50931d2..bc568ed 100644 (file)
@@ -26,7 +26,7 @@ import QtCamera 1.0
 CameraToolIcon {
     id: button
 
-    iconId: cameraTheme.isoIcon(settings.imageIso)
+    iconSource: cameraTheme.isoIcon(settings.imageIso)
 
     property CameraToolBarTools tools: CameraToolBarTools {
         CameraLabel {