summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-03-31 10:51:56 +0200
committerArno <arno@disconnect.de>2018-03-31 10:51:56 +0200
commit8691fe4f1cae523bc2fdd64d3e90326f92fcb9d6 (patch)
treec03cbb39e47601032b8467e44431370b848ac5bd /helper.h
parent3fac72595be7f86a65933cdf9928857353040c2b (diff)
downloadSheMov-8691fe4f1cae523bc2fdd64d3e90326f92fcb9d6.tar.gz
SheMov-8691fe4f1cae523bc2fdd64d3e90326f92fcb9d6.tar.bz2
SheMov-8691fe4f1cae523bc2fdd64d3e90326f92fcb9d6.zip
Add context menu to FSWidget
Also create a helper function to create separator actions.
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();