[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jr at jriddell.org
Tue Nov 23 13:50:07 UTC 2004


CVS commit by jriddell: 

Quiet the debug output


  M +0 -1      umllistview.cpp   1.125
  M +2 -2      umllistviewitem.cpp   1.60


--- kdesdk/umbrello/umbrello/umllistviewitem.cpp  #1.59:1.60
@@ -534,6 +534,6 @@ void UMLListViewItem::saveToXMI( QDomDoc
         Uml::IDType id = getID();
         QString idStr = ID2STR(id);
-        kdDebug() << "UMLListViewItem::saveToXMI: id = " << idStr
-                  << ", type = " << m_Type << endl;
+        //kdDebug() << "UMLListViewItem::saveToXMI: id = " << idStr
+        //        << ", type = " << m_Type << endl;
         if (id != Uml::id_None)
                 itemElement.setAttribute( "id", idStr );

--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.124:1.125
@@ -1577,5 +1577,4 @@ void UMLListView::loadPixmaps() {
         KStandardDirs * dirs = KGlobal::dirs();
         QString dataDir = dirs -> findResourceDir("data", "umbrello/pics/object.png");
-        kdDebug() << "datadir: " + dataDir << endl;
         dataDir += "/umbrello/pics/";
 






More information about the umbrello-devel mailing list