Something is the output file is unexpected. We cannot see the file so we cannot tell you what.
You should not need to use a QTextStream or convert to QString or std::string... just use QDomDocument::toByteArray() and QIODevice::write()
Something is the output file is unexpected. We cannot see the file so we cannot tell you what.
You should not need to use a QTextStream or convert to QString or std::string... just use QDomDocument::toByteArray() and QIODevice::write()
Thanks, that helped!
Bookmarks