treemodel.cpp
changeset 801 16a8ef1d82b2
parent 795 6b0a5f4923d3
child 804 14f2b1b15242
     1.1 --- a/treemodel.cpp	Thu Oct 01 13:23:20 2009 +0000
     1.2 +++ b/treemodel.cpp	Fri Oct 02 09:40:57 2009 +0000
     1.3 @@ -247,11 +247,8 @@
     1.4  
     1.5  TreeItem *TreeModel::getItem(const QModelIndex &index) const
     1.6  {
     1.7 -//FIXME-3	cout << "TM::getItem  "<<index.internalPointer()<<endl;
     1.8      if (index.isValid()) {
     1.9  		TreeItem *item = static_cast<TreeItem*>(index.internalPointer());
    1.10 -
    1.11 -//		cout << "   item="<<item<<endl;
    1.12          if (item) return item;
    1.13      }
    1.14      return NULL;