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

Ralf Habacker ralf.habacker at gmail.com
Tue Dec 13 14:29:59 UTC 2011


SVN commit 1268554 by habacker:

reduced differences between trunk and soc-umbrello branch for ActivityWidget

 MM +6 -5      activitywidget.h  


--- branches/work/soc-umbrello/umbrello/widgets/activitywidget.h #1268553:1268554
@@ -1,10 +1,11 @@
 /***************************************************************************
+ *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2002-2009                                               *
+ *   copyright (C) 2002-2011                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
@@ -75,6 +76,10 @@
     virtual bool loadFromXMI( QDomElement & qElement );
     virtual void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
+public Q_SLOTS:
+
+    virtual void slotMenuSelection(QAction* action);
+
 protected:
     virtual void updateGeometry();
     QVariant attributeChange(WidgetAttributeChange change, const QVariant& oldValue);
@@ -92,10 +97,6 @@
      */
     bool m_NormalActivityType;
 
-public Q_SLOTS:
-
-    virtual void slotMenuSelection(QAction* action);
-
 private:
     enum {
         TextGroupIndex = 0




More information about the umbrello-devel mailing list