summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
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();