changeset 769 | a6931cd6309a |
parent 757 | c6908bc17d78 |
child 772 | e3f722759c7e |
1.1 --- a/treemodel.cpp Mon Apr 27 12:42:06 2009 +0000 1.2 +++ b/treemodel.cpp Fri May 15 15:22:15 2009 +0000 1.3 @@ -183,7 +183,6 @@ 1.4 int last=row+count-1; 1.5 TreeItem *pi= getItem (parent); 1.6 TreeItem *ti; 1.7 - beginRemoveRows (parent,row,last); 1.8 1.9 for (int i=row; i<=last; i++) 1.10 { 1.11 @@ -202,7 +201,6 @@ 1.12 break; 1.13 } 1.14 } 1.15 - endRemoveRows (); 1.16 return true; 1.17 } 1.18