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

Oliver Kellogg okellogg at users.sourceforge.net
Tue May 24 14:14:05 UTC 2005


SVN commit 417876 by okellogg:

loadFromXMI(): Let default value for "showstereotype" be true (for loading interfaces.)

 M  +1 -1      classifierwidget.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/classifierwidget.cpp #417875:417876
@@ -746,7 +746,7 @@
 	QString showattsigs = qElement.attribute( "showattsigs", "600" );
 	QString showopsigs = qElement.attribute( "showopsigs", "600" );
 	QString showpackage = qElement.attribute( "showpackage", "0" );
-	QString showstereo = qElement.attribute( "showstereotype", "0" );
+	QString showstereo = qElement.attribute( "showstereotype", "1" );
 	QString showscope = qElement.attribute( "showscope", "0" );
 
 	m_bShowAttributes = (bool)showatts.toInt();




More information about the umbrello-devel mailing list