From fe251020e6c31691df2e7183afeee1a3be8e8b26 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Sun, 21 Oct 2012 14:50:37 +0200 Subject: [PATCH] added uuid for the scene in order to fill the related field on svg --- src/domain/UBGraphicsScene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/domain/UBGraphicsScene.cpp b/src/domain/UBGraphicsScene.cpp index 064d9b28..31dc0b96 100644 --- a/src/domain/UBGraphicsScene.cpp +++ b/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();