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 07d1e6d..c5e53d0 100644
--- a/helper.h
+++ b/helper.h
@@ -51,6 +51,7 @@ namespace Helper {
QVariant picSize(const QString &path);
PicData convertArchivefileToPng(PicData data);
const QIcon icon(const QColor &bg, const QChar c, bool bold = true);
+ QAction *createSeparator(QWidget *parent);
class Duration {
public:
Duration();