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

Ralf Habacker ralf.habacker at gmail.com
Wed Dec 14 11:20:53 UTC 2011


SVN commit 1268722 by habacker:

reduced the differences to trunk

 M  +0 -3      artifactwidget.cpp  
 M  +1 -1      artifactwidget.h  
 M  +1 -1      signalwidget.cpp  
 M  +1 -2      signalwidget.h  
 M  +3 -2      usecasewidget.cpp  
 M  +2 -1      usecasewidget.h  


--- branches/work/soc-umbrello/umbrello/widgets/artifactwidget.cpp #1268721:1268722
@@ -18,9 +18,6 @@
 #include "textitemgroup.h"
 #include "widget_utils.h"
 
-// qt includes
-#include <QtGui/QPainter>
-
 const QSizeF ArtifactWidget::MinimumIconSize(50, 50);
 
 /**
--- branches/work/soc-umbrello/umbrello/widgets/artifactwidget.h #1268721:1268722
@@ -5,7 +5,7 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2003-2006                                               *
+ *   copyright (C) 2003-2011                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
--- branches/work/soc-umbrello/umbrello/widgets/signalwidget.cpp #1268721:1268722
@@ -43,7 +43,7 @@
 }
 
 /**
- * Destructor.
+ * destructor
  */
 SignalWidget::~SignalWidget()
 {
--- branches/work/soc-umbrello/umbrello/widgets/signalwidget.h #1268721:1268722
@@ -5,7 +5,7 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2002-2008                                               *
+ *   copyright (C) 2002-2011                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
 ***************************************************************************/
 
@@ -42,7 +42,6 @@
     void setSignalType( SignalType signalType );
 
     virtual void  showPropertiesDialog();
-
     virtual bool loadFromXMI( QDomElement & qElement );
     virtual void saveToXMI( QDomDocument & qDoc, QDomElement & qElement );
 
--- branches/work/soc-umbrello/umbrello/widgets/usecasewidget.cpp #1268721:1268722
@@ -17,8 +17,6 @@
 #include "umlview.h"
 #include "usecase.h"
 
-// qt includes
-#include <QtGui/QPainter>
 
 /**
  *  Creates a UseCase widget.
@@ -38,6 +36,9 @@
 {
 }
 
+/**
+ * Overrides the standard paint event.
+ */
 void UseCaseWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *)
 {
     painter->setPen(QPen(lineColor(), lineWidth()));
--- branches/work/soc-umbrello/umbrello/widgets/usecasewidget.h #1268721:1268722
@@ -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>                  *
  ***************************************************************************/
 




More information about the umbrello-devel mailing list