Skip to content
Commit 42d40d1d authored by Mario Bensi's avatar Mario Bensi
Browse files

Fix crash during the QFileSystemWatcher destruction

The QFileSystemWatcher doesn't work correctly in a singleton
The solution so far was to destroy the QFileSystemWatcher when the
application quits but we have some crash with this solution.
For the moment to workaround the problem, we detach the
QFileSystemWatcher from the parent effectively leaking it on purpose.
parent 293b818b
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