Add missing capability.cpp
[harmattan/cameraplus] / qml / Standby.qml
index 845b489..757f1c7 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-@IMPORT_QT_QUICK@
+import QtQuick 2.0
 
 Rectangle {
     id: standby
@@ -46,7 +46,7 @@ Rectangle {
 
     Image {
         id: icon
-        source: "image://theme/icon-l-camera-standby"
+        source: cameraTheme.standbyIcon
         anchors.centerIn: parent
     }