just a minor update before I get my hands dirty with the TreeModel...
[quassel.git] / src / client / treemodel.h
index 6f2575c..2ce2bef 100644 (file)
@@ -194,6 +194,9 @@ private slots:
   void debug_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end);
   void debug_rowsInserted(const QModelIndex &parent, int start, int end);
   void debug_rowsRemoved(const QModelIndex &parent, int start, int end);
+
+private:
+  QHash<AbstractTreeItem *, QList<AbstractTreeItem *> > _childLists;
 };
 
 #endif