summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-01-04 05:52:44 +0100
committerArno <arno@disconnect.de>2018-01-04 05:52:44 +0100
commit3213b4b32cd6620f88c6db442ebc38753b368441 (patch)
tree3396524622a9dd4bbfcd8d46412dfbe65e6e53e8 /helper.h
parentbd839541a0c556576415c721132d71205766755a (diff)
downloadShemovCleaner-3213b4b32cd6620f88c6db442ebc38753b368441.tar.gz
ShemovCleaner-3213b4b32cd6620f88c6db442ebc38753b368441.tar.bz2
ShemovCleaner-3213b4b32cd6620f88c6db442ebc38753b368441.zip
Improve lookup of cache dir
Implement looking up the cache dir as Helper::function. Create it if it doesn't exist.
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 3587183..7c4eece 100644
--- a/helper.h
+++ b/helper.h
@@ -10,6 +10,7 @@ namespace Helper {
const QJsonDocument ffpmegData(const QString &path);
const QPixmap preview(const QString &file);
const QImage snapshot(const QString &file, int offset);
+ const QString appDataDir();
class Duration {
public:
Duration();