Changeset b6cd05c for src/mvc/eventmodel.cpp
- Timestamp:
- 01/18/10 16:13:01 (13 years ago)
- Branches:
- master, qt5
- Children:
- f6300c7
- Parents:
- d23aa6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/eventmodel.cpp
rd23aa6a rb6cd05c 125 125 Group group = mGroups[i]; 126 126 beginRemoveRows(idx,0,group.mChildCount-1); 127 bool ok =removeRows(0,group.mChildCount,idx);127 removeRows(0,group.mChildCount,idx); 128 128 endRemoveRows(); 129 129 //qDebug() << "removing " << group.mChildCount << " events from group:" << i << idx.data() << ":" << ok; … … 148 148 Group group = mGroups[i]; 149 149 beginRemoveRows(idx,0,group.mChildCount-1); 150 bool ok =removeRows(0,group.mChildCount,idx);150 removeRows(0,group.mChildCount,idx); 151 151 endRemoveRows(); 152 152 //qDebug() << "removing " << group.mChildCount << " events from group:" << i << idx.data() << ":" << ok;
Note: See TracChangeset
for help on using the changeset viewer.