--- 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
{