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é

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to