I've a file named 'file.txt'. Its contents changes with time. How can i read it? I tested it using QFile class. But once read, data is not changing until application restarts.
Then i tried making file object and destructing each time i read the file, but no use. Once the file is read there's no change in the contents. Is there any way?