From d6b178b1fdcdac519ded25e3f253d9eeffa84053 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 28 Jul 2013 07:46:16 +0200 Subject: Implement file properties dialog Show file properties in Filemanager and Archive, if the file is available. Also get rid of the palette stuff in SmGlobals. Just call setPalette() early enough and set it in SmTreeView. --- helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helper.h') diff --git a/helper.h b/helper.h index 634eb12..75aa811 100644 --- a/helper.h +++ b/helper.h @@ -13,6 +13,7 @@ #include #include #include +#include #include @@ -33,6 +34,7 @@ namespace Helper { const QString colorToHtml(const QColor &color); void centerWidget(QWidget *widget); QVariantMap ffmpegData(const QString &path); + QJsonDocument streamData(const QString &path); class Duration { public: Duration(); -- cgit v1.2.3-70-g09d2