summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 90bef11..3587183 100644
--- a/helper.h
+++ b/helper.h
@@ -3,10 +3,13 @@
#include <QString>
#include <QJsonDocument>
+#include <QPixmap>
namespace Helper {
const QString md5Sum(const QString &path);
const QJsonDocument ffpmegData(const QString &path);
+ const QPixmap preview(const QString &file);
+ const QImage snapshot(const QString &file, int offset);
class Duration {
public:
Duration();