X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnickviewfilter.h;h=534600fcfc67126e8097cb2e970f0c738137c0d9;hb=2a7928256ace73ac40b89b8c327cf08815da882d;hp=38b7ca3ae8998eb2bf4b6104a23b8d71cc35dc05;hpb=89c07686d193fe31e1b3ea45735b3f5a0d1e6cfb;p=quassel.git diff --git a/src/uisupport/nickviewfilter.h b/src/uisupport/nickviewfilter.h index 38b7ca3a..534600fc 100644 --- a/src/uisupport/nickviewfilter.h +++ b/src/uisupport/nickviewfilter.h @@ -21,13 +21,13 @@ #ifndef NICKVIEWFILTER_H #define NICKVIEWFILTER_H +#include #include #include "types.h" class NetworkModel; // This is proxymodel is purely for the sorting right now -// the old nickmodel is stored for future reference in /devnotes class NickViewFilter : public QSortFilterProxyModel { Q_OBJECT @@ -41,6 +41,10 @@ protected: private: BufferId _bufferId; + QColor _FgOnlineStatus; + QColor _FgAwayStatus; + + void loadColors(); }; #endif