[Uml-devel] branches/work/soc-umbrello/umbrello/widgets

Andi Fischer andi.fischer at hispeed.ch
Wed Jan 11 19:01:16 UTC 2012


SVN commit 1273092 by fischer:

Commit before was to quick - here are the corrections.

 M  +2 -2      statewidget.cpp  


--- branches/work/soc-umbrello/umbrello/widgets/statewidget.cpp #1273091:1273092
@@ -203,7 +203,7 @@
 /**
  * @return Type of state.
  */
-StateType StateWidget::stateType() const
+StateWidget::StateType StateWidget::stateType() const
 {
     return m_stateType;
 }
@@ -303,7 +303,7 @@
 /**
  * Sets the activities from \a list.
  */
-void StateWidget::setActivities( QStringList & list )
+void StateWidget::setActivities(const QStringList &list)
 {
     const int reqdSize = list.size() + 1; // + 1 for name item
     TextItemGroup *grp = textItemGroupAt(GroupIndex);




More information about the umbrello-devel mailing list