Skip to content
Commit b2e4ce08 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
Browse files

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

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
parent 4397a240
Pipeline #372792 passed with stage
in 4 minutes and 23 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment