[Uml-devel] branches/KDE/4.9/kdesdk/umbrello/umbrello/codeimport/kdevcppparser
Ralf Habacker
ralf.habacker at gmail.com
Sat Jul 7 09:22:44 UTC 2012
SVN commit 1304415 by habacker:
Merged 1303620 from trunk
Disabled debug message
M +1 -1 parser.cpp
--- branches/KDE/4.9/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/parser.cpp #1304414:1304415
@@ -433,7 +433,7 @@
ast->setComment(comment);
++m_tokenIt;
}
- uDebug() << m_driver->currentFileName() << comment;
+ //uDebug() << m_driver->currentFileName() << comment;
node = ast;
return true;
}
More information about the umbrello-devel
mailing list