[Qt-creator] Strange behavior of Utils::FileSystemWatcher

Daniel Teske daniel.teske at nokia.com
Thu Apr 5 12:37:34 CEST 2012


> > Does anybody have a clue?
> 
> Use a dummy IDocument derived class, for example take a look at
> WatchableFile in maemoglobal.h
Because the DocumentManger tries to ensure that the file is watched after it 
has been changed. Do note though, that whatever the DocumentManager does, it 
does so on top of QFileSystemWatcher, which is build on top of whatever the OS 
supports. And those APIs are rather less then ideal.

daniel



More information about the Qt-creator mailing list