X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Fgalleryhelper.h;h=6ee67fb5f61e1caea4f24143685c49ca1a0d769e;hb=77e1c26b38d30d10d07578c45f6e8bdf126bb80b;hp=d10e19d2c22293bfcfaf5e0aca0e63553c1e9c4d;hpb=73bb83f1b7216276411bf79508f7e367b266e50f;p=harmattan%2Fcameraplus diff --git a/src/galleryhelper.h b/src/galleryhelper.h index d10e19d..6ee67fb 100644 --- a/src/galleryhelper.h +++ b/src/galleryhelper.h @@ -3,7 +3,7 @@ /*! * This file is part of CameraPlus. * - * Copyright (C) 2012 Mohammed Sameer + * Copyright (C) 2012-2013 Mohammed Sameer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,23 +23,18 @@ #ifndef GALLERY_HELPER_H #define GALLERY_HELPER_H -#include +#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 */