summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-03 09:11:25 +0200
committerArno <arno@disconnect.de>2018-04-03 09:11:25 +0200
commit0d2eb533f18dbd2330f5bd48b6a154a3c87b84d2 (patch)
tree6f471c93aabda83662934f30218cb658f9e30efa /helper.h
parentbac6fe431150bb5706fe0fb349e753b8fe08c12e (diff)
downloadSheMov-0d2eb533f18dbd2330f5bd48b6a154a3c87b84d2.tar.gz
SheMov-0d2eb533f18dbd2330f5bd48b6a154a3c87b84d2.tar.bz2
SheMov-0d2eb533f18dbd2330f5bd48b6a154a3c87b84d2.zip
Add a menu with global actions to SmGlobals
Use it in the toolbar for FSWidge and hide the menuBar. Change Helper::icon to accept different foreground colors and wether to draw the ellipse.
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: