diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <QString> #include <QJsonDocument> #include <QPixmap> +#include <QIcon> namespace Helper { const QString md5Sum(const QString &path); @@ -11,6 +12,7 @@ namespace Helper { const QPixmap preview(const QString &file); const QImage snapshot(const QString &file, int offset); const QString appDataDir(); + const QIcon icon(const QColor &bg, const QChar c); class Duration { public: Duration(); |