init m_supportsRichtext

This commit is contained in:
Patrick von Reth 2015-09-10 17:41:18 +02:00
parent e898a73122
commit 05410652ca
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public Q_SLOTS:
private: private:
org::freedesktop::Notifications *m_interface; org::freedesktop::Notifications *m_interface;
QHash<uint, Snore::Notification> m_dbusIdMap; QHash<uint, Snore::Notification> m_dbusIdMap;
bool m_supportsRichtext; bool m_supportsRichtext = false;
}; };