summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 6798180..c8982b4 100644
--- a/helper.h
+++ b/helper.h
@@ -12,7 +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);
+ const QIcon icon(const QColor &bg, const QChar c, bool bold = true);
class Duration {
public:
Duration();