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>bb10
parent
5071bbf491
commit
d6ad749e8f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue