diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-03-31 00:31:23 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-03-31 00:31:23 (GMT) |
commit | 880e4935410769b8337d75f219bef70493c4bb2c (patch) | |
tree | 5b07c12dad8bfaed3c682a82f5324a88b71caff0 /src/gui/graphicsview/qgraphicswidget_p.h | |
parent | 82a306e7dda06909801f576bbbbebb59dc41c563 (diff) | |
download | Qt-880e4935410769b8337d75f219bef70493c4bb2c.zip Qt-880e4935410769b8337d75f219bef70493c4bb2c.tar.gz Qt-880e4935410769b8337d75f219bef70493c4bb2c.tar.bz2 |
Revert "Add a children private property needed for QML to support QGraphicsObject"
This reverts commit 4be83fa7337c5a4eb7b0ce085aa5854af5d33252.
Conflicts:
src/gui/graphicsview/qgraphicswidget.cpp
This drops the support of QML on top of 4.6
Diffstat (limited to 'src/gui/graphicsview/qgraphicswidget_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget_p.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget_p.h b/src/gui/graphicsview/qgraphicswidget_p.h index f34a755..2c5b3bf 100644 --- a/src/gui/graphicsview/qgraphicswidget_p.h +++ b/src/gui/graphicsview/qgraphicswidget_p.h @@ -130,15 +130,6 @@ public: 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 { |