[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Fri May 28 08:45:10 UTC 2004
CVS commit by jriddell:
too verbose for my liking
M +3 -2 umllistviewitem.cpp 1.41
--- kdesdk/umbrello/umbrello/umllistviewitem.cpp #1.40:1.41
@@ -461,6 +461,7 @@ void UMLListViewItem::saveToXMI( QDomDoc
itemElement.setAttribute( "type", m_Type );
if (m_pObject == NULL) {
- kdDebug() << "UMLListViewItem::saveToXMI: saving local label "
- << m_Label << " because m_pObject is NULL" << endl;
+ //too verbose
+ //kdDebug() << "UMLListViewItem::saveToXMI: saving local label "
+ // << m_Label << " because m_pObject is NULL" << endl;
itemElement.setAttribute( "label", m_Label );
}
More information about the umbrello-devel
mailing list