Committing a lot of identity stuff which is still disabled.
[quassel.git] / src / client / treemodel.h
index 0d23405..52ab5c5 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-07 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -68,6 +68,8 @@ public:
 
 signals:
   void dataChanged(int column);
+  void newChild(AbstractTreeItem *);
+  void childDestroyed(int row);
                                       
 private slots:
   void childDestroyed();
@@ -147,6 +149,8 @@ public:
 
 private slots:
   void itemDataChanged(int column);
+  void newChild(AbstractTreeItem *child);
+  void childDestroyed(int row);
 
 protected:
   void appendChild(AbstractTreeItem *parent, AbstractTreeItem *child);