diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ namespace Helper { QImage snapshot(const QString &path, int where); QVariant picSize(const QString &path); PicData convertArchivefileToPng(PicData data); + const QIcon icon(const QColor &bg, const QChar c, bool bold = true); class Duration { public: Duration(); |