[Interest] QFileSystemWatcher malfunctioning

Andreas Pakulat apaku at gmx.de
Thu Jan 12 08:35:39 CET 2012


On 12.01.12 08:01:17, Sujan Dasmahapatra wrote:
> Dear Friends
> 
> I am using QFileSystemWatcher for knowing when the file is modified from
> outside my application. I am seeing even if the file is modified from
> the application this is giving message that the file is modified. Can
> anyone tell whats going wrong in this..see the snippet below

There is nothing going wrong here, thats how QFileSystemWatcher is
intended to work. If you don't want to be notified for changes you're
doing yourself you need to add code for that in your application.

Andreas




More information about the Interest mailing list