summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicslayoutitem.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-12 00:21:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 19:14:43 +0200
commitd6ad749e8fdce0ebf595cc05a9367be5bf52240d (patch)
treebb6d69811770441b5028698f13fa2da00d10de75 /src/widgets/graphicsview/qgraphicslayoutitem.h
parent5071bbf491cb067dd1f336853413a1eb2be9ca08 (diff)
Remove Qt 5 to-do comments from qgraphicslayoutitem.h.
Neither of these comments will be actioned for Qt 5: the first because would be source-incompatible with Qt 4, the second becuase it would be a significant behavioural change. Task-number: QTBUG-25090 Change-Id: I5f8f7cce3007c3188b2f0184138fa8e55a165654 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicslayoutitem.h')
-rw-r--r--src/widgets/graphicsview/qgraphicslayoutitem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/graphicsview/qgraphicslayoutitem.h b/src/widgets/graphicsview/qgraphicslayoutitem.h
index ef391f01a0..38f09743c0 100644
--- a/src/widgets/graphicsview/qgraphicslayoutitem.h
+++ b/src/widgets/graphicsview/qgraphicslayoutitem.h
@@ -96,13 +96,12 @@ public:
QSizeF effectiveSizeHint(Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
- virtual void updateGeometry(); //### rename to sizeHintChanged()
+ virtual void updateGeometry();
QGraphicsLayoutItem *parentLayoutItem() const;
void setParentLayoutItem(QGraphicsLayoutItem *parent);
bool isLayout() const;
- // ###Qt5: Make automatic reparenting work regardless of item/object/widget type.
QGraphicsItem *graphicsItem() const;
bool ownedByLayout() const;