treeitem.cpp
changeset 757 c6908bc17d78
parent 756 a8a5c7288f57
child 758 04039e47ac74
     1.1 --- a/treeitem.cpp	Mon Apr 27 12:07:15 2009 +0000
     1.2 +++ b/treeitem.cpp	Mon Apr 27 12:42:06 2009 +0000
     1.3 @@ -111,7 +111,6 @@
     1.4  		qWarning ("TreeItem::removeChild tried to remove non existing item?!\n");
     1.5  	else
     1.6  	{
     1.7 -		cout << "TI::removeChild this="<<this<<"  row="<<row<<endl;
     1.8  		if (childItems.at(row)->isBranchLikeType())
     1.9  			branchCounter--;
    1.10  		childItems.removeAt (row);