}
killJobs();
- KFileItemList itemList;
+ m_cutItemsCache.clear();
+ KFileItemList itemList;
const int rowCount = m_dolphinModel->rowCount();
for (int row = 0; row < rowCount; ++row) {
const QModelIndex index = m_dolphinModel->index(row, 0);
}
generatePreviews(itemList);
+ updateCutItems();
}
void IconManager::generatePreviews(const KFileItemList& items)