Use Component as the type for initialPage in harmattan CameraWindow
[harmattan/cameraplus] / qml / harmattan / CameraWindow.qml
index b6ca0ac..70753bc 100644 (file)
@@ -27,7 +27,7 @@ import com.nokia.meego 1.1
 // upon startup no matter what I do.
 
 Window {
-    property variant initialPage
+    property Component initialPage
 
     PageStack {
         id: stack