Added reset button to exposure settings
[harmattan/cameraplus] / lib / qtcamconfig.h
index 25a0a86..cd7a493 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
@@ -32,7 +32,6 @@
 #define SCANNER_TYPE_ENUM                     "enum"
 
 #define RENDERER_TYPE_MEEGO                   "meego"
-#define RENDERER_TYPE_GENERIC                 "generic"
 
 #ifndef DATA_DIR
 #define DATA_DIR                              "/usr/share/qtcamera/config/"
@@ -76,12 +75,6 @@ public:
 
   QString audioCaptureCaps() const;
 
-  QString imageCaptureStartedSound() const;
-  QString imageCaptureEndedSound() const;
-  QString videoRecordingStartedSound() const;
-  QString videoRecordingEndedSound() const;
-  QString autoFocusAcquiredSound() const;
-
   QStringList viewfinderFilters() const;
 
   QString roiElement() const;
@@ -89,6 +82,8 @@ public:
   QString roiEnableProperty() const;
   QString roiMessage() const;
 
+  bool isPreviewSupported() const;
+
 private:
   QtCamConfigPrivate *d_ptr;
 };