Skip to content
Commit 798911fb authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

Use KDirWatch::self method instead of custom instance

In case of KRunner, we'd create manager in a different thread, but
delete it in the main thread. This means that our main thread cleans up
the objects using qAddPostRoutine, but QThreadStorage has already
deleted the KDirWatchPrivate entries.

This doesn't fix all thread safety issues, but the most critical
problem.
parent a155ca3d
Pipeline #457019 passed with stage
in 3 minutes and 18 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