cleanup
[lichviet] / controller.h
index 9c3629c..2f70a12 100644 (file)
@@ -19,10 +19,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>
 #define CONTROLLER_H
 
 #include <QObject>
+#include <QStringList>
 
 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