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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
