Skip to content

KDirWatch: don't try inotify again if it has already failed

Ahmad Samir requested to merge work/ahmad/inotify-perms into master

If inotify is supported QFileSystemWatcher will use it, so if we already tried useInotify() there is no point trying useQFSWatch() which will just try using inotify internally again.

Merge request reports