[Uml-devel] KDE/kdesdk/umbrello/umbrello
    Andi Fischer 
    andi.fischer at hispeed.ch
       
    Sat Nov 10 12:50:40 UTC 2012
    
    
  
SVN commit 1324714 by fischer:
UMLSceneItem removed.
 M  +0 -1      umlscene.h  
 M  +2 -2      widgets/associationline.cpp  
--- trunk/KDE/kdesdk/umbrello/umbrello/umlscene.h #1324713:1324714
@@ -77,7 +77,6 @@
 typedef QGraphicsSceneDragDropEvent UMLSceneDragMoveEvent;
 
 // migration wrapper for QGraphicsScene items
-typedef QGraphicsItem UMLSceneItem;
 typedef QList<QGraphicsItem*> UMLSceneItemList;
 
 /**
--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/associationline.cpp #1324713:1324714
@@ -36,12 +36,12 @@
 
 void AssociationLine::Circle::setX(int x)
 {
-    UMLSceneItem::setX( (double) x );
+    setX( (double) x );
 }
 
 void AssociationLine::Circle::setY(int y)
 {
-    UMLSceneItem::setY( (double) y );
+    setY( (double) y );
 }
 
 void AssociationLine::Circle::setRadius(int radius)
    
    
More information about the umbrello-devel
mailing list