Skip to content
  • Mario Bensi's avatar
    Fix crash during the QFileSystemWatcher destruction · 42d40d1d
    Mario Bensi authored
    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.
    42d40d1d