Skip to content

KCoreDirListerCache: notify lister about root deletion only once

KCoreDirListerCache::itemsDeleted() notifies the lister twice about the deletion of it's root - once in KCoreDirListerPrivate::emitItemsDeleted() and again in KCoreDirListerCache::deleteDir(). Add a check to skip item when it's url matches that of the lister.

Merge request reports