diff options
author | Arno <arno@disconnect.de> | 2018-03-31 10:51:56 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 10:51:56 +0200 |
commit | 8691fe4f1cae523bc2fdd64d3e90326f92fcb9d6 (patch) | |
tree | c03cbb39e47601032b8467e44431370b848ac5bd /helper.h | |
parent | 3fac72595be7f86a65933cdf9928857353040c2b (diff) | |
download | SheMov-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |