[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Jonathan Riddell
jri at jriddell.org
Sat Jul 5 07:32:02 UTC 2003
CVS commit by jriddell:
Fix beastie 60204, classes created with New Class Wizard now
show up in the tree view
M +1 -1 classwizard.cpp 1.4
--- kdesdk/umbrello/umbrello/dialogs/classwizard.cpp #1.3:1.4
@@ -81,5 +81,5 @@ void ClassWizard::back() {
void ClassWizard::accept() {
m_pDoc -> addUMLObject( m_pClass );
- //add signal code here for list view
+ m_pDoc->signalUMLObjectCreated(m_pClass);
m_pDoc -> getListView() -> setLoading( false );
QWizard::accept();
More information about the umbrello-devel
mailing list