silence dbus-send output
[harmattan/cameraplus] / src / platformsettings.h
index 338f1ee..b3b6898 100644 (file)
@@ -37,6 +37,9 @@ class PlatformSettings : public QObject {
   Q_PROPERTY(QString videoRecordingStartedSound READ videoRecordingStartedSound CONSTANT);
   Q_PROPERTY(QString videoRecordingEndedSound READ videoRecordingEndedSound CONSTANT);
   Q_PROPERTY(QString autoFocusAcquiredSound READ autoFocusAcquiredSound CONSTANT);
+  Q_PROPERTY(QString imagePath READ imagePath CONSTANT);
+  Q_PROPERTY(QString videoPath READ videoPath CONSTANT);
+  Q_PROPERTY(QString temporaryVideoPath READ temporaryVideoPath CONSTANT);
 
 public:
   PlatformSettings(QObject *parent = 0);
@@ -69,6 +72,10 @@ public:
   QString videoRecordingEndedSound() const;
   QString autoFocusAcquiredSound() const;
 
+  QString imagePath() const;
+  QString videoPath() const;
+  QString temporaryVideoPath() const;
+
 public slots:
   void init();