Added ImageSettings::currentResolution and methods to find ImageResolution and set it
[harmattan/cameraplus] / declarative / autofocus.cpp
index 2bfb6ea..f2116e4 100644 (file)
@@ -1,7 +1,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
@@ -52,7 +52,3 @@ bool AutoFocus::stopAutoFocus() {
 bool AutoFocus::canFocus(int sceneMode) {
   return m_af->canFocus((QtCamScene::SceneMode)sceneMode);
 }
-
-void AutoFocus::setRegionOfInterest(const QRectF& roi) {
-  return m_af->setRegionOfInterest(roi);
-}