X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fnickviewfilter.h;h=534600fcfc67126e8097cb2e970f0c738137c0d9;hp=38b7ca3ae8998eb2bf4b6104a23b8d71cc35dc05;hb=09e9b338ecb81a79eddc38b03daef7c31dcfe493;hpb=f42301f63ec9e3da7caec818a2416dc79c461491 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