Added reset button to exposure settings
[harmattan/cameraplus] / lib / qtcamroi.h
index 90e8d9c..2c1e94b 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
 #define QT_CAM_ROI_H
 
 #include <QObject>
+#include <QRectF>
 
 class QtCamDevice;
 class QtCamRoiPrivate;
-class QRectF;
 
 class QtCamRoi : public QObject {
   Q_OBJECT
@@ -44,6 +44,8 @@ public:
 
   bool isEnabled();
 
+  QtCamDevice *device();
+
 signals:
   void regionsOfInterestUpdated(const QList<QRectF>& regions,
                                const QRectF& primary,