Changelog for 0.0.8
[harmattan/cameraplus] / declarative / imagemode.h
index 2d83e9a..a169d1a 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * This file is part of CameraPlus.
  *
- * Copyright (C) 2012 Mohammed Sameer <msameer@foolab.org>
+ * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -36,6 +36,10 @@ public:
 
   Q_INVOKABLE bool capture(const QString& fileName);
 
+signals:
+  void captureStarted();
+  void captureEnded();
+
 protected:
   virtual void preChangeMode();
   virtual void postChangeMode();