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

Andi Fischer andi.fischer at hispeed.ch
Sun Mar 13 11:33:48 UTC 2011


SVN commit 1224677 by fischer:

Attribute tracker renamed to m_tracker.

 M  +3 -3      associationline.cpp  
 M  +1 -1      associationline.h  


--- branches/work/soc-umbrello/umbrello/widgets/associationline.cpp #1224676:1224677
@@ -313,9 +313,9 @@
     m_collaborationLineHead = 0;
     m_collaborationLineItem = 0;
     // This tracker is only for debugging and testing purpose.
-    tracker = new QGraphicsLineItem;
-    tracker->setPen(QPen(Qt::darkBlue, 1));
-    tracker->setZValue(100);
+    m_tracker = new QGraphicsLineItem;
+    m_tracker->setPen(QPen(Qt::darkBlue, 1));
+    m_tracker->setZValue(100);
 
     DEBUG_REGISTER(DBG_ASS);
 }
--- branches/work/soc-umbrello/umbrello/widgets/associationline.h #1224676:1224677
@@ -211,7 +211,7 @@
         QPainterPath m_shape;
         /// The line used to represent Association class.
         QGraphicsLineItem *m_associationClassLine;
-        QGraphicsLineItem *tracker;
+        QGraphicsLineItem *m_tracker;
 
         /// The default delta for fuzzy recognition of points closer to point.
         static const qreal Delta;




More information about the umbrello-devel mailing list