[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Sun Aug 31 15:29:03 UTC 2003
CVS commit by thomas:
changed to reflect changes in UMLOperation
M +3 -3 classifieroperationspage.cpp 1.3
--- kdesdk/umbrello/umbrello/dialogs/classifieroperationspage.cpp #1.2:1.3
@@ -71,5 +71,5 @@ void ClassifierOperationsPage::loadData(
for( UMLOperation* op = list->last(); op; op = list->prev() )
{
- copy = new UMLOperation(this, op->getName(),-1, op->getScope(), op->getReturnType());
+ copy = new UMLOperation(m_umlObject, op->getName(),-1, op->getScope(), op->getReturnType());
m_opsList.prepend(copy);
item = new QListViewItem( m_operationsList, copy->getName() );
@@ -202,5 +202,5 @@ void ClassifierOperationsPage::moveDown(
void ClassifierOperationsPage::createOperation( )
{
- UMLOperation *o = new UMLOperation(this,"new_operation",-1);
+ UMLOperation *o = new UMLOperation(m_umlObject,"new_operation",-1);
UmbrelloDialog dialog(this, UmbrelloDialog::Swallow, "edit_operation", true, i18n("Operation properties"),
UmbrelloDialog::Ok | UmbrelloDialog::Cancel );
More information about the umbrello-devel
mailing list