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

Oliver Kellogg okellogg at users.sourceforge.net
Sun Aug 12 00:00:29 UTC 2007


SVN commit 699090 by okellogg:

move closer to branches/KDE/3.5

 M  +1 -2      floatingtextwidget.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/floatingtextwidget.cpp #699089:699090
@@ -37,7 +37,6 @@
 #include "dialogs/selectopdlg.h"
 #include "cmds.h"
 
-using namespace Uml;
 
 FloatingTextWidget::FloatingTextWidget(UMLView * view, Uml::Text_Role role,
                                        const QString& text, Uml::IDType id)
@@ -331,7 +330,7 @@
             if (od.m_pReturnType)
                 op->setType(od.m_pReturnType);
             m_pLink->setOperation(op);
-            opText.clear();
+            opText = QString();
         } else {
             m_pLink->setOperation(NULL);
         }




More information about the umbrello-devel mailing list