[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Aug 6 00:17:16 UTC 2005
SVN commit 443413 by okellogg:
Remove debug artefact from the #110216 quest.
M +0 -2 umlobject.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlobject.cpp #443412:443413
@@ -396,8 +396,6 @@
// Assume we're dealing with the older Umbrello format where
// the type name was saved in the "type" attribute rather
// than the xmi.id of the model object of the attribute type.
- if (m_SecondaryId == "const QModelIndex&")
- kdDebug() << "Yow! const QModelIndex&" << endl;
m_pSecondary = pDoc->findUMLObject( m_SecondaryId, Uml::ot_UMLObject, this );
if (m_pSecondary) {
m_SecondaryId = "";
More information about the umbrello-devel
mailing list