Fixed VideoPlayerPage.qml failure to set cameraConfig
[harmattan/cameraplus] / qml / Standby.qml
index ed5eb92..f3f0229 100644 (file)
@@ -20,8 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-import QtQuick 1.1
-import com.nokia.meego 1.0
+import QtQuick 2.0
 
 Rectangle {
     id: standby
@@ -51,7 +50,7 @@ Rectangle {
         anchors.centerIn: parent
     }
 
-    Label {
+    CameraLabel {
         anchors.top: icon.bottom
         anchors.right: parent.right
         anchors.left: parent.left