diff options
Diffstat (limited to 'smtreemodel.cpp')
-rw-r--r-- | smtreemodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smtreemodel.cpp b/smtreemodel.cpp index bc7b010..a39f718 100644 --- a/smtreemodel.cpp +++ b/smtreemodel.cpp @@ -189,7 +189,6 @@ bool SmTreeModel::removeRows(int row, int count, const QModelIndex &parent){ beginRemoveRows(parent, row, row + count - 1); for(int i = row + count; i > row; --i){ retval = parentItem->removeChild(i - 1); - } endRemoveRows(); return retval; |