Fixes for changing video resolution between 16:9 and 4:3
[harmattan/cameraplus] / src / galleryhelper.h
index d10e19d..6ee67fb 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
 #ifndef GALLERY_HELPER_H
 #define GALLERY_HELPER_H
 
-#include <QObject>
+#include "dbusservice.h"
 
 class QUrl;
-class GalleryInterface;
 
-class GalleryHelper : public QObject {
+class GalleryHelper : public DbusService {
   Q_OBJECT
 
 public:
   GalleryHelper(QObject *parent = 0);
   ~GalleryHelper();
 
-  Q_INVOKABLE bool show(const QUrl& path);
   Q_INVOKABLE bool launch();
-
-private:
-  GalleryInterface *m_iface;
 };
 
 #endif /* GALLERY_HELPER_H */