maybe lines is empty?
try to add this line in your code
Qt Code:
void DatumForm::init() { ... if (lines.isEmpty()) return; ... }To copy to clipboard, switch view to plain text mode
maybe lines is empty?
try to add this line in your code
Qt Code:
void DatumForm::init() { ... if (lines.isEmpty()) return; ... }To copy to clipboard, switch view to plain text mode
Last edited by spirit; 27th July 2009 at 07:35.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks