[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Mon Dec 4 19:50:29 UTC 2006


SVN commit 610635 by okellogg:

setDoc(): The UMLDoc is marked modified in DocWindow::updateDocumentation()

 M  +1 -1      umlobject.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.cpp #610634:610635
@@ -237,7 +237,7 @@
 
 void UMLObject::setDoc(const QString &d) {
     m_Doc = d;
-    emit modified();
+    //emit modified();  No, this is done centrally at DocWindow::updateDocumentation()
 }
 
 Uml::Object_Type UMLObject::getBaseType() const {




More information about the umbrello-devel mailing list