users who are away are now greyed out in the nickview
[quassel.git] / src / client / treemodel.h
index 5ff823a..55dafac 100644 (file)
@@ -74,6 +74,8 @@ public:
   int row() const;
   AbstractTreeItem *parent() const;
 
+  void dumpChildList();
+  
 signals:
   void dataChanged(int column = -1);
 
@@ -125,6 +127,7 @@ public:
   virtual QVariant data(int column, int role) const;
   virtual bool setData(int column, const QVariant &value, int role);
 
+  virtual QString toolTip(int column) const { Q_UNUSED(column) return QString(); }
   virtual int columnCount() const;
   
   void appendProperty(const QString &property);