if (!file.open(QIODevice::ReadOnly))
There shouldn't be negation.. The if code is not executing !!
Also you can use file.readAll() to read all the text![]()
if (!file.open(QIODevice::ReadOnly))
There shouldn't be negation.. The if code is not executing !!
Also you can use file.readAll() to read all the text![]()
kulsekarr (26th June 2012)
Bookmarks