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 c5e53d0..a3f0f3e 100644
--- a/helper.h
+++ b/helper.h
@@ -50,7 +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);
+ const QIcon icon(const QColor &bg, const QColor &fg, const QChar c, bool bold, bool drawEllipse);
QAction *createSeparator(QWidget *parent);
class Duration {
public: