Problem with QFileSystemWatcher on MacOS
I have written an application which watches a file on the disk.
When this file is modified by another application, i reload it and do some computations which take time.
It works on Windows, but on Mac the signal fileChanged is emitted several times.
Does anyone have a solution ?