Reworked preview animation
[harmattan/cameraplus] / qml / SettingsView.qml
index 73897d5..150d8b8 100644 (file)
@@ -28,6 +28,8 @@ Item {
     property Camera camera: null
     property int policyMode: settings.mode == Camera.VideoMode ? CameraResources.Video
         : CameraResources.Image
+    property bool pressed: false
+    property bool inhibitDim: false
 
     Loader {
         id: loader