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

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent de429ddee0
commit fe251020e6
  1. 1
      src/domain/UBGraphicsScene.cpp

@ -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();

Loading…
Cancel
Save