diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |