summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/helper.h b/helper.h
index f4b00f0..634eb12 100644
--- a/helper.h
+++ b/helper.h
@@ -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