summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util.h b/src/util.h
index be6cbf7b..b980edf8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,12 +1,10 @@
#ifndef UTIL_H_
#define UTIL_H_
+#include "storemodel.h"
+#include <QFileSystemModel>
#include <QProcessEnvironment>
#include <QString>
-#include <QFileSystemModel>
-#include "storemodel.h"
-
-
class StoreModel;
/*!
@@ -20,7 +18,9 @@ public:
static QString normalizeFolderPath(QString path);
static bool checkConfig();
static void qSleep(int ms);
- static QString getDir(const QModelIndex &index, bool forPass, const QFileSystemModel &model, const StoreModel &storeModel);
+ static QString getDir(const QModelIndex &index, bool forPass,
+ const QFileSystemModel &model,
+ const StoreModel &storeModel);
static void copyDir(const QString src, const QString dest);
private: