Skip to content

KDirWatch: Remove code for manually deleting QFileSystemWatcher

Alexander Lohnau requested to merge work/alex/useafterfree into master

The QThreadStorage cleanup will call the KDirWatchPrivate destructor, this cleans up the QFS objects already.

This causes issues for the plasma-workspace CI, because KFilePlacesModel uses KBookmarksManager which uses KDirWatch::self.

Merge request reports