[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Thu Sep 11 10:17:03 UTC 2003
CVS commit by thomas:
bug fix: DONT sync simplecodegenerators to the parent UMLDocument. By 'definition' they are generated on the fly, and dont sync to changes as they occur
M +1 -0 simplecodegenerator.cpp 1.3
--- kdesdk/umbrello/umbrello/codegenerators/simplecodegenerator.cpp #1.2:1.3
@@ -43,4 +43,5 @@ SimpleCodeGenerator::SimpleCodeGenerator
: CodeGenerator( parentDoc, name )
{
+ parentDoc->disconnect(this); // disconnect from UMLDoc.. we arent planning to be synced at all
initFields(parentDoc);
};
More information about the umbrello-devel
mailing list