[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codeimport
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Mar 25 05:49:47 UTC 2007
SVN commit 646252 by okellogg:
Dirk's dazzling dashboard detect defect
M +1 -1 javaimport.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codeimport/javaimport.cpp #646251:646252
@@ -173,7 +173,7 @@
// we need to set the package for the class that will be resolved
// start at the root package
UMLPackage *parent = m_scope[0];
- UMLPackage *current;
+ UMLPackage *current = NULL;
for (QStringList::Iterator it = split.begin(); it != split.end(); ++it) {
QString name = (*it);
More information about the umbrello-devel
mailing list