Hi
I want to put some text in a text file. If the file don't exists i want to create it.
here is my code for this.
Qt Code:
out << StrABeskrivning << endl; out << IntAPris << endl; out << StrBBeskrivning << endl; out << IntBPris;To copy to clipboard, switch view to plain text mode
But when I compile it i get this error:
error: variable 'QTextStream out' has initializer but incomplete type
Do someone have a idea?
/
Victor
Bookmarks