[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Aug 18 14:46:32 UTC 2005


SVN commit 450711 by okellogg:

m_LineToPos: Remove.

 M  +0 -1      umlview.cpp  
 M  +1 -1      umlview.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.cpp #450710:450711
@@ -1268,7 +1268,6 @@
         QRect rect2(x, y, w, h);
         ++it;
         //see if any part of widget is in the rectangle
-        //made of points pos and m_LineToPos
         if( !rect.intersects(rect2) )
             continue;
         //if it is text that is part of an association then select the association
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.h #450710:450711
@@ -1191,7 +1191,7 @@
      */
     int m_nCollaborationId;
 
-    QPoint m_Pos, m_LineToPos;
+    QPoint m_Pos;
     bool m_bCreateObject, m_bDrawRect, m_bDrawSelectedOnly, m_bPaste;
     ListPopupMenu * m_pMenu;
     UMLWidgetList m_SelectedList;




More information about the umbrello-devel mailing list