treemodel.cpp
changeset 772 e3f722759c7e
parent 760 59614eaf5fbb
child 773 340bc29da9a0
     1.1 --- a/treemodel.cpp	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/treemodel.cpp	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -164,6 +164,7 @@
     1.4  	return current;
     1.5  }
     1.6  
     1.7 +/*
     1.8  bool TreeModel::insertRows ( int row, int count, const QModelIndex & parent)
     1.9  {
    1.10  	std::cout << "TreeModel insertRows()\n";
    1.11 @@ -177,6 +178,7 @@
    1.12  	endInsertRows ();
    1.13  	return true;
    1.14  }
    1.15 +*/
    1.16  
    1.17  bool TreeModel::removeRows ( int row, int count, const QModelIndex & parent)
    1.18  {