fix
This commit is contained in:
parent
2133691899
commit
47d4bc1c40
|
@ -43,7 +43,7 @@ void Pushover::slotNotify(Notification notification)
|
||||||
mp->append(title);
|
mp->append(title);
|
||||||
|
|
||||||
QString textString;
|
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);
|
textString = notification.text(Utils::HREF | Utils::BOLD | Utils::UNDERLINE | Utils::FONT | Utils::ITALIC);
|
||||||
|
|
||||||
QHttpPart html;
|
QHttpPart html;
|
||||||
|
|
Loading…
Reference in New Issue