diff -r 01f2f6d6789d -r e3f722759c7e treemodel.cpp --- a/treemodel.cpp Mon May 18 11:22:41 2009 +0000 +++ b/treemodel.cpp Wed May 20 15:40:14 2009 +0000 @@ -164,6 +164,7 @@ return current; } +/* bool TreeModel::insertRows ( int row, int count, const QModelIndex & parent) { std::cout << "TreeModel insertRows()\n"; @@ -177,6 +178,7 @@ endInsertRows (); return true; } +*/ bool TreeModel::removeRows ( int row, int count, const QModelIndex & parent) {