Skip to content

KDirWatch: Don't append fileName to fileName in Delete event

Waqar Ahmed requested to merge work/kdirwatch-fix-del-event into master

emitEvent(e, Delete, e->path) results in:

e->path + "/" + e->path being emitted in the deleted() signal.

In KTextEditor, this leads to our slots ignoring the signals because path match failed and in worse cases crash because of stale content

BUG: 467095

Merge request reports