X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=f10dd4c732d8a77079d1b9890f56495436b0fa57;hb=3f354bcce2cecfe88a46de90cbf94ffd1bc7c506;hp=7911dc7e95d658f655acfcb3ead3e6b06f3a95f8;hpb=55049803e1f4215cedaa30935eae4ca2aa5835d2;p=quassel.git diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index 7911dc7e..f10dd4c7 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -69,6 +69,7 @@ public: InfoMsg = 0x0000000c, ErrorMsg = 0x0000000d, DayChangeMsg = 0x0000000e, + TopicMsg = 0x0000000f, // Standard Formats Bold = 0x00000100, @@ -167,7 +168,7 @@ protected: QVariant itemData(int role, const QTextCharFormat &format) const; private slots: - void showUserStateIconsChanged(); + void showItemViewIconsChanged(); private: QVector _uiStylePalette;