]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Apply 1 suggestion(s) to 1 file(s)
authorZakhar Afonin <zakharafoniam@gmail.com>
Sat, 15 Jun 2024 13:44:16 +0000 (13:44 +0000)
committerZakhar Afonin <zakharafoniam@gmail.com>
Sat, 15 Jun 2024 13:44:16 +0000 (13:44 +0000)
Co-authored-by: Méven Car <meven@kde.org>
src/kitemviews/kfileitemmodel.cpp

index 34a113eded441ec22753792b6471f9287f667833..564ac42ea15a4228e42f6c108bf00cb76dff2c7a 100644 (file)
@@ -1607,8 +1607,6 @@ void KFileItemModel::insertItems(QList<ItemData *> &newItems)
         std::reverse(itemRanges.begin(), itemRanges.end());
     }
 
-    // N
-    // resortAllItems();
     // The indexes in m_items are not correct anymore. Therefore, we clear m_items.
     // It will be re-populated with the updated indices if index(const QUrl&) is called.
     m_items.clear();