[Uml-devel] KDE_3_2_BRANCH: kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Fri Feb 20 06:23:06 UTC 2004


CVS commit by jriddell: 

Backport commit from 12 Feb
--
CVS commit by thomas:

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


  M +1 -0      associationwidget.cpp   1.80.2.3


--- kdesdk/umbrello/umbrello/associationwidget.cpp  #1.80.2.2:1.80.2.3
@@ -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