Allow to enable HTML color (as tooltip must be "black")

This commit is contained in:
Klaus Basan
2018-11-17 22:58:06 +01:00
parent 3096822f70
commit c8ba6946bd
5 changed files with 14 additions and 11 deletions

View File

@@ -347,7 +347,7 @@ namespace BlackMisc
QString convertToQString(bool i18n = false) const;
//! To HTML
QString toHtml(bool withIcon) const;
QString toHtml(bool withIcon, bool withColors) const;
//! Representing icon
static const CIcon &convertToIcon(const CStatusMessage &statusMessage);