[Kde-bindings] [marble/KDE/4.9] src/lib/graphicsview: remove declarations of unimplemented methods

Bernhard Beschow bbeschow at cs.tu-berlin.de
Fri Jul 13 21:16:22 UTC 2012


Git commit fb7dcd819be440bb46591ea4977674dd0c0ad00a by Bernhard Beschow.
Committed on 13/07/2012 at 13:02.
Pushed by beschow into branch 'KDE/4.9'.

remove declarations of unimplemented methods

This patch should not be regarded as API/ABI incompatibility: According to the git history, these methods have never been implemented which implies they always generated linker (=> ABI) errors.
(cherry picked from commit fd3d45a47fa4b4445d8902466258caa6c2c78436)

CCMAIL: kde-bindings at kde.org

M  +6    -10   src/lib/graphicsview/FrameGraphicsItem.h

http://commits.kde.org/marble/fb7dcd819be440bb46591ea4977674dd0c0ad00a

diff --git a/src/lib/graphicsview/FrameGraphicsItem.h b/src/lib/graphicsview/FrameGraphicsItem.h
index f29feba..70fa308 100644
--- a/src/lib/graphicsview/FrameGraphicsItem.h
+++ b/src/lib/graphicsview/FrameGraphicsItem.h
@@ -96,8 +96,14 @@ class MARBLE_EXPORT FrameGraphicsItem : public ScreenGraphicsItem
      */
     void setMarginRight( qreal marginRight );
 
+    /**
+     * Returns the border width of the item.
+     */
     qreal borderWidth() const;
 
+    /**
+     * Set the border width of the item.
+     */
     void setBorderWidth( qreal width );
 
     /**
@@ -112,16 +118,6 @@ class MARBLE_EXPORT FrameGraphicsItem : public ScreenGraphicsItem
     void setPadding( qreal width );
 
     /**
-     * Returns the border width of the item.
-     */
-    qreal border() const;
-
-    /**
-     * Change the border width of the widget.
-     */
-    void setBorder( qreal width );
-
-    /**
      * Returns the brush of the border.
      */
     QBrush borderBrush() const;


More information about the Kde-bindings mailing list