don't draw using the higlight colors in the away log
[quassel.git] / src / qtui / awaylogfilter.h
index bb80011..d188cab 100644 (file)
@@ -31,6 +31,7 @@ public:
 
   virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
   virtual QString idString() const { return "AwayLog"; }
+  virtual QVariant data(const QModelIndex &index, int role) const;
 };
 
 #endif //AWAYLOGFILTER_H