[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Feb 17 06:21:40 UTC 2007
SVN commit 634391 by okellogg:
remove unused var
M +1 -3 assocgenpage.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs/assocgenpage.cpp #634390:634391
@@ -117,9 +117,7 @@
void AssocGenPage::updateObject() {
-
- if(m_pAssociationWidget) {
- QString name = m_pAssocNameLE -> text();
+ if (m_pAssociationWidget) {
int comboBoxItem = m_pTypeCB->currentItem();
Uml::Association_Type newType = m_AssocTypes[comboBoxItem];
m_pAssociationWidget->setAssocType(newType);
More information about the umbrello-devel
mailing list