OK Folks, my first commit after quite a while, and while Quassel looks the same as...
[quassel.git] / src / client / treemodel.cpp
index fef6a21..0d6111f 100644 (file)
@@ -194,6 +194,7 @@ bool TreeModel::removeRows(int row, int count, const QModelIndex &parent) {
   
   
   beginRemoveRows(parent, row, row + count - 1);
+
   for(int i = row + count - 1; i >= 0; i--) {
     item->removeChild(i);
   }