Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.6.0
-
None
-
windows 7, I upload my test program Synchro(Qt 5.6.0 debug) that need Qt5.6.0 mingw 32 bits of the site qt.io
Description
I have made a little app to test QFileSystemWatcher.I have problems with it:
If I create a new folder "folder" (a subdirectory of the directory that I monitor) and I rename it "folder2" and then rename it again "folder" the QFileSystemWatcher doesn't emit a directorychanged signal and I cannot detect changes within this folder too.
I create or rename a subdirectory in a directory that I monitor...the problem is that if the directory that I rename take a name that has already existed before it does'nt detect the change of the subdirectory although it detects the change in the parent folder...
Is it possible to fix QFileSystemWatcher ? because I need it in several apps.
Attachments
Issue Links
- relates to
-
QTBUG-70448 QFileSystemWatcher watches directory changes inconsistently
- Reported