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

Brian Thomas thomas at mail630.gsfc.nasa.gov
Wed Sep 3 14:52:07 UTC 2003


CVS commit by thomas: 

fix bug: output directory not being set in apply()


  M +1 -1      codegenerationoptionspage.cpp   1.4


--- kdesdk/umbrello/umbrello/dialogs/codegenerationoptionspage.cpp  #1.3:1.4
@@ -171,5 +171,5 @@ cerr<<"Apply clicked for codegenoptionsp
                 m_parentPolicy->setCodeVerboseDocumentComments(m_forceDoc->isChecked());
                 m_parentPolicy->setCodeVerboseSectionComments(m_forceSections->isChecked());
-                m_parentPolicy->getOutputDirectory().setPath(m_outputDir->text());
+                m_parentPolicy->setOutputDirectory(QDir(m_outputDir->text()));
                 m_parentPolicy->setIncludeHeadings(m_includeHeadings->isChecked());
                 m_parentPolicy->setHeadingFileDir(m_headingsDir->text());






More information about the umbrello-devel mailing list