Hey all,
I have a network mounted home directory (on linux). I want to use QFileSystemWatcher on files in this network mount.
By default, QFileSystemWatcher uses inotify on linux (if supported by the kernel). However, inotify doesn't seem to work for files on a network mount.
Do any of you know of a workaround to get file system notifications for network mounts?
Thanks!
Bookmarks