]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove TODO-comment which isn't needed anymore
authorFrank Reininghaus <frank78ac@googlemail.com>
Mon, 3 Oct 2011 14:22:29 +0000 (16:22 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Mon, 3 Oct 2011 14:22:29 +0000 (16:22 +0200)
src/kitemviews/kitemlistview.cpp

index 4818527baf318c647637bca4145013fb3ad92d89..d96cf14cec152d3286aedc46c23f3edd29dc34af 100644 (file)
@@ -768,9 +768,6 @@ void KItemListView::slotItemsRemoved(const KItemRangeList& itemRanges)
 
 void KItemListView::slotItemsMoved(const KItemRange& itemRange, const QList<int>& movedToIndexes)
 {
-    // TODO:
-    // * Implement KItemListView::slotItemsMoved() (which should call KItemListSelectionManager::itemsMoved())
-    // * Do not emit itemsRemoved()/itemsInserted() in KFileItemModel::resortAllItems()
     const int firstVisibleMovedIndex = qMax(firstVisibleIndex(), itemRange.index);
     const int lastVisibleMovedIndex = qMin(lastVisibleIndex(), itemRange.index + itemRange.count - 1);