diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ namespace Helper { QJsonDocument streamData(const QString &path); QPixmap preview(const QString &path); QImage snapshot(const QString &path, int where); + QVariant picSize(const QString &path); class Duration { public: Duration(); |