diff -r 93b982ccede2 -r 5daf16870df6 src/svg/qsvgstructure_p.h --- a/src/svg/qsvgstructure_p.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/svg/qsvgstructure_p.h Thu Jul 22 16:41:55 2010 +0100 @@ -74,14 +74,13 @@ ~QSvgStructureNode(); QSvgNode *scopeNode(const QString &id) const; void addChild(QSvgNode *child, const QString &id); - virtual QRectF bounds() const; + virtual QRectF bounds(QPainter *p, QSvgExtraStates &states) const; QSvgNode *previousSiblingNode(QSvgNode *n) const; QList renderers() const { return m_renderers; } protected: QList m_renderers; QHash m_scope; QList m_linkedScopes; - mutable QRectF m_bounds; }; class QSvgG : public QSvgStructureNode