summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index c8982b4..4883a5f 100644
--- a/helper.h
+++ b/helper.h
@@ -13,6 +13,7 @@ namespace Helper {
const QImage snapshot(const QString &file, int offset);
const QString appDataDir();
const QIcon icon(const QColor &bg, const QChar c, bool bold = true);
+ void setAlternatingRowColors();
class Duration {
public:
Duration();