[Uml-devel] [Bug 93296] usability and responsiveness improvements to code import

Oliver Kellogg okellogg at users.sourceforge.net
Thu Mar 23 10:05:03 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=93296         




------- Additional Comments From okellogg users sourceforge net  2006-03-23 19:04 -------
SVN commit 521850 by okellogg:

importFiles(): Add missing call to initialize().
Thanks to Daniel <danxuliu_at_gmail.com> for spotting it.
CCBUG:93296


 M  +1 -0      classimport.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/classimport.cpp #521849:521850
 @ -24,6 +24,7  @
 #include "cppimport.h"
 
 void ClassImport::importFiles(QStringList fileList) {
+    initialize();
     UMLDoc *umldoc = UMLApp::app()->getDocument();
     uint processedFilesCount = 0;
     for (QStringList::Iterator fileIT = fileList.begin();




More information about the umbrello-devel mailing list