Commit fe251020 authored by Claudio Valerio's avatar Claudio Valerio

added uuid for the scene in order to fill the related field on svg

parent de429dde
......@@ -287,6 +287,7 @@ UBGraphicsScene::UBGraphicsScene(UBDocumentProxy* parent, bool enableUndoRedoSta
mShouldUseOMP = QSysInfo::MacintoshVersion >= QSysInfo::MV_10_5;
#endif
setUuid(QUuid::createUuid());
setDocument(parent);
createEraiser();
createPointer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment