[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Andy Goossens andygoossens at pandora.be
Fri Mar 12 00:20:00 UTC 2004


CVS commit by goossens: 

removing some silly things


  M +1 -3      idlwriter.cpp   1.10


--- kdesdk/umbrello/umbrello/codegenerators/idlwriter.cpp  #1.9:1.10
@@ -115,9 +115,7 @@ void IDLWriter::writeClass(UMLClassifier
         UMLClass * myClass = dynamic_cast<UMLClass*>(c);
         QString classname = cleanName(c->getName());
-        QString fileName = c->getName().lower();
-        fileName.replace(QRegExp("."), "-");
 
         //find an appropriate name for our file
-        fileName = findFileName(c, ".idl");
+        QString fileName = findFileName(c, ".idl");
         if (!fileName) {
                 emit codeGenerated(c, false);






More information about the umbrello-devel mailing list