[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport
Andi Fischer
andi.fischer at hispeed.ch
Thu Dec 15 21:40:42 UTC 2011
SVN commit 1268843 by fischer:
Compile warning fixed.
M +1 -1 import_utils.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/import_utils.cpp #1268842:1268843
@@ -174,7 +174,7 @@
if (!Settings::optionState().codeImportState.createArtifacts)
return 0;
QFileInfo fi(name);
- UMLFolder *logicalView = umldoc->rootFolder(Uml::ModelType::Component);
+ //:TODO: not used? UMLFolder *logicalView = umldoc->rootFolder(Uml::ModelType::Component);
UMLObject *o = Object_Factory::createUMLObject(type, fi.fileName(), parentPkg, false);
UMLArtifact *a = static_cast<UMLArtifact*>(o);
a->setDrawAsType(UMLArtifact::file);
More information about the umbrello-devel
mailing list