[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Jul 3 23:17:07 UTC 2004


CVS commit by okellogg: 

setFTselected(): Remove. (Obsoleted by resolution of bug 57875)


  M +0 -2      floatingtext.cpp   1.48
  M +0 -4      linkwidget.cpp   1.3
  M +0 -5      linkwidget.h   1.2
  M +0 -3      messagewidget.cpp   1.35
  M +0 -6      messagewidget.h   1.18


--- kdesdk/umbrello/umbrello/floatingtext.cpp  #1.47:1.48
@@ -445,6 +445,4 @@ void FloatingText::setSelected(bool _sel
         }
         UMLWidget::setSelected( _select );
-        if (m_pLink)
-                m_pLink->setFTselected(this);
 }
 

--- kdesdk/umbrello/umbrello/linkwidget.cpp  #1.2:1.3
@@ -95,8 +95,4 @@ void LinkWidget::setupAfterFTsetLink(Flo
 }
 
-void LinkWidget::setFTselected(FloatingText *) {
-        // Only applicable to MessageWidget and AssociationWidget.
-}
-
 
 #include "linkwidget.moc"

--- kdesdk/umbrello/umbrello/linkwidget.h  #1.1:1.2
@@ -166,9 +166,4 @@ public:
         virtual void setupAfterFTsetLink(FloatingText *ft);
 
-        /**
-         * Bad. Motivated by FloatingText::setSelected().
-         */
-        virtual void setFTselected(FloatingText *ft);
-
 protected:
         /**

--- kdesdk/umbrello/umbrello/messagewidget.cpp  #1.34:1.35
@@ -242,7 +242,4 @@ void MessageWidget::setupAfterFTsetLink(
 }
 
-void MessageWidget::setFTselected(FloatingText* /*ft*/) {
-}
-
 void MessageWidget::moveEvent(QMoveEvent* /*m*/) {
         if (!m_pFText) {

--- kdesdk/umbrello/umbrello/messagewidget.h  #1.17:1.18
@@ -193,10 +193,4 @@ public:
 
         /**
-         * Overrides operation from LinkWidget.
-         * Required by FloatingText.
-         */
-        void setFTselected(FloatingText *ft);
-
-        /**
          * Calculate the geometry of the widget.
          */






More information about the umbrello-devel mailing list