[Uml-devel] KDE/kdesdk/umbrello/umbrello/widgets

Ralf Habacker ralf.habacker at gmail.com
Thu Apr 5 16:46:30 UTC 2012


SVN commit 1288337 by habacker:

Removed unused method isText().

 M  +0 -10     floatingtextwidget.h  
 M  +0 -10     umlwidget.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/floatingtextwidget.h #1288336:1288337
@@ -75,16 +75,6 @@
     LinkWidget* link() const;
     void setLink(LinkWidget * l);
 
-    /**
-     * Returns whether this is a line of text.
-     * Used for transparency in printing.
-     *
-     * @return Returns whether this is a line of text.
-     */
-    bool isText() {
-        return true;
-    }
-
     bool activate( IDChangeLog* ChangeLog = 0 );
 
     Uml::TextRole textRole() const;
--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/umlwidget.h #1288336:1288337
@@ -72,16 +72,6 @@
     virtual void setFillColor(const QColor &color);
     void setFillColorcmd(const QColor &color);
 
-    /**
-     * Returns whether this is a line of text.
-     * Used for transparency in printing.
-     *
-     * @return always false
-     */
-    virtual bool isText() {
-        return false;
-    }
-
     virtual void setSelected(bool _select);
 
     /**




More information about the umbrello-devel mailing list