Implemented QtCamFlickerReduction
[harmattan/cameraplus] / lib / qtcamcapability.h
index 03907b4..e6e7cf0 100644 (file)
@@ -25,7 +25,8 @@ public:
     Aperture = (1 << 8),
     Eposure = (1 << 9),
     Shake = (1 << 10),
-    NoiseReduction = (1 << 11)
+    NoiseReduction = (1 << 11),
+    FlickerReduction = (1 << 12)
   } Capability;
 
   Q_DECLARE_FLAGS(Capabilities, Capability)