TechDraw - Put BOM on beginning of exported SVG
This commit is contained in:
committed by
WandererFan
parent
c67ffc9f44
commit
1751e130ff
@@ -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