diff options
author | Arno <arno@disconnect.de> | 2018-02-02 05:15:09 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-02 05:15:09 +0100 |
commit | 0b7b9918e6ff156c1f587ea3940030a676d279e7 (patch) | |
tree | b6ca0ada5667d06500f54be59e98c44c6a42a9ca /helper.h | |
parent | fd217e0513d450fc78345d6b040eda7893d815a8 (diff) | |
download | ShemovCleaner-0b7b9918e6ff156c1f587ea3940030a676d279e7.tar.gz ShemovCleaner-0b7b9918e6ff156c1f587ea3940030a676d279e7.tar.bz2 ShemovCleaner-0b7b9918e6ff156c1f587ea3940030a676d279e7.zip |
Use Helper::icon in SearchDialog
Once again this should have been 2 commits: one for Helper::icon and
another one for making font boldness selectable, but well...
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ namespace Helper { const QPixmap preview(const QString &file); const QImage snapshot(const QString &file, int offset); const QString appDataDir(); - const QIcon icon(const QColor &bg, const QChar c); + const QIcon icon(const QColor &bg, const QChar c, bool bold = true); class Duration { public: Duration(); |