src/gui/graphicsview/qgraphicswidget_p.h
branchRCL_3
changeset 14 c0432d11811c
parent 8 3f74d0d4af4c
child 25 e24348a560a6
--- a/src/gui/graphicsview/qgraphicswidget_p.h	Wed Apr 21 12:15:23 2010 +0300
+++ b/src/gui/graphicsview/qgraphicswidget_p.h	Wed Apr 21 20:15:53 2010 +0300
@@ -130,15 +130,6 @@
     void windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event);
     bool hasDecoration() const;
 
-    // Private Properties
-    qreal width() const;
-    void setWidth(qreal);
-    void resetWidth();
-
-    qreal height() const;
-    void setHeight(qreal);
-    void resetHeight();
-
     // State
     inline int attributeToBitIndex(Qt::WidgetAttribute att) const
     {