[Interest] QFileSystemWatcher malfunctioning

André Somers andre at familiesomers.nl
Thu Jan 12 13:39:19 CET 2012


Op 12-1-2012 13:26, Sujan Dasmahapatra schreef:
> QFileSystemWatcher intends to give signal if the file is modified outside of the application right ???
Wrong. It will notify you if a file is modified, period. It doesn't care 
about who did the modification.
>   Let me know if I am wrong. But I am modified the file from within the application then why it should emit the signal. ????
>
Because you misunderstood what QFileSystemWatcher is doing. Where does 
it say in the documentation that it _only_ reports modifations triggered 
from outside the current application?

André




More information about the Interest mailing list