Added reset button to exposure settings
[harmattan/cameraplus] / lib / qtcamautofocus.h
index 7459508..620e655 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
@@ -28,7 +28,6 @@
 
 class QtCamDevice;
 class QtCamAutoFocusPrivate;
-class QRectF;
 
 class QtCamAutoFocus : public QObject {
   Q_OBJECT
@@ -57,8 +56,6 @@ public:
 
   bool canFocus(const QtCamScene::SceneMode& mode);
 
-  void setRegionOfInterest(const QRectF& roi);
-
 signals:
   void statusChanged();
   void cafStatusChanged();