Brining back the removed color options
[quassel.git] / src / uisupport / nickview.h
index a40b6d7..09751a7 100644 (file)
@@ -61,6 +61,10 @@ public:
 
 protected:
   virtual void initStyleOption(QStyleOptionViewItem *option, const QModelIndex &index) const;
+
+private:
+  QColor _FgOnlineStatus;
+  QColor _FgAwayStatus;
 };
 
 #endif