treemodel.cpp
changeset 847 43268373032d
parent 825 1ad892c1a709
child 848 e265f07f2173
     1.1 --- a/treemodel.cpp	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/treemodel.cpp	Wed Jun 09 13:14:08 2010 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  
     1.5  TreeModel::~TreeModel()
     1.6  {
     1.7 +	//qDebug()<<"Destr TreeModel  this="<<this;
     1.8      delete rootItem;
     1.9  }
    1.10