[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Sun Aug 31 15:33:04 UTC 2003


CVS commit by thomas: 

bug fix: should emit modified() when setDoc is called


  M +1 -0      umlobject.cpp   1.9


--- kdesdk/umbrello/umbrello/umlobject.cpp  #1.8:1.9
@@ -148,4 +148,5 @@ void UMLObject::emitModified()
 void UMLObject::setDoc(QString d) {
         m_Doc = d;
+        emit modified();
 }
 






More information about the umbrello-devel mailing list