Don't reuse file names
[harmattan/cameraplus] / lib / qtcammode.h
index 2d7e0aa..acc3645 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
@@ -39,7 +39,7 @@ class QtCamMode : public QObject {
   Q_PROPERTY(bool active READ isActive NOTIFY activeChanged);
 
 public:
-  QtCamMode(QtCamModePrivate *d, const char *mode, const char *done, QObject *parent = 0);
+  QtCamMode(QtCamModePrivate *d, const char *mode, QObject *parent = 0);
   virtual ~QtCamMode();
 
   void deactivate();
@@ -65,12 +65,6 @@ protected:
   virtual void start() = 0;
   virtual void stop() = 0;
 
-  // TODO: move this from here
-  void setPreviewSize(const QSize& size);
-
-  // TODO: move this from here
-  void setFileName(const QString& fileName);
-
   QtCamModePrivate *d_ptr;
 };