diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,7 +32,7 @@ namespace Helper { const QStringList toStringList(const QList<QVariant> &list); const QString colorToHtml(const QColor &color); void centerWidget(QWidget *widget); - QList<QVariant> duration(const QString &path); + QVariantMap ffmpegData(const QString &path); class Duration { public: Duration(); @@ -50,7 +50,6 @@ namespace Helper { }; } - Q_DECLARE_METATYPE(Helper::Duration) #endif |