Hello,
I have QFileSystemWatcher and problem with it.
Signal fileChanged(QString) is never emited, but directoryChanged(QString) is emited.
The list of files fileWatcher->files() is empty.
I added path with file count less then 256, there is like 5files.

Any idea why is that happening? QFileSystemWatcher->directories() list all directories that I added and there is no error.

Platform Windows.
Thanks for reply.