[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Feb 12 11:17:07 UTC 2004


CVS commit by thomas: 

minor fix: add a warning when reversing roles in old-style save file


  M +1 -0      associationwidget.cpp   1.83


--- kdesdk/umbrello/umbrello/associationwidget.cpp  #1.82:1.83
@@ -3179,4 +3179,5 @@ bool AssociationWidget::loadFromXMI( QDo
                                 oldStyleLoad = true; // flag for further special config below
                                 if (aType == at_Aggregation || aType == at_Composition) {
+                                        kdWarning()<<" Old Style save file? swapping roles on association widget"<<this<<endl;
                                         // We have to swap the A and B widgets to compensate
                                         // for the long standing bug in LinePath of drawing






More information about the umbrello-devel mailing list