TechDraw - Put BOM on beginning of exported SVG
This commit is contained in:
committed by
WandererFan
parent
cf721089a9
commit
c6d1684e2a
@@ -953,6 +953,8 @@ void QGVPage::postProcessXml(QTemporaryFile& temporaryFile, QString fileName, QS
|
||||
}
|
||||
|
||||
QTextStream stream( &outFile );
|
||||
stream.setGenerateByteOrderMark(true);
|
||||
|
||||
stream << exportDoc.toString();
|
||||
outFile.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user