X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=controller.h;h=2f70a12a9b86587180362c55e1ba4188412903f7;hb=149fae2a60de58d911839daae8700ba3a6e2069a;hp=9c3629c9b45b79cba4cfb9a9ca595d112a12f63c;hpb=bebe39d38728cb4fcc9600bd65298fbef84ee7ee;p=lichviet diff --git a/controller.h b/controller.h index 9c3629c..2f70a12 100644 --- a/controller.h +++ b/controller.h @@ -19,10 +19,12 @@ along with this program. If not, see #define CONTROLLER_H #include +#include class Controller : public QObject { Q_OBJECT + public: explicit Controller(QObject *parent = 0); @@ -30,6 +32,7 @@ signals: public slots: bool pathExists(const QString &path); + QStringList getImages(const QString &path) const; }; #endif // CONTROLLER_H