Added QtCamFlash::ready to indicate readiness of flash
[harmattan/cameraplus] / lib / qtcamflash.h
index d97d994..543bc7f 100644 (file)
@@ -42,6 +42,12 @@ public:
 
   FlashMode value();
   bool setValue(const FlashMode& mode);
+
+  bool isReady() const;
+
+signals:
+  void flashReadyChanged();
+
 };
 
 #endif /* QT_CAM_FLASH_H */