summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 75aa811..4f70854 100644
--- a/helper.h
+++ b/helper.h
@@ -35,6 +35,8 @@ namespace Helper {
void centerWidget(QWidget *widget);
QVariantMap ffmpegData(const QString &path);
QJsonDocument streamData(const QString &path);
+ QPixmap preview(const QString &path);
+ QImage snapshot(const QString &path, int where);
class Duration {
public:
Duration();