This commit is contained in:
Patrick von Reth 2015-06-27 15:19:23 +02:00
parent 2133691899
commit 47d4bc1c40
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ void Pushover::slotNotify(Notification notification)
mp->append(title);
QString textString;
if(notification.application().constHints().value("use-markup")){
if(notification.application().constHints().value("use-markup").toBool()){
textString = notification.text(Utils::HREF | Utils::BOLD | Utils::UNDERLINE | Utils::FONT | Utils::ITALIC);
QHttpPart html;