diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-18 10:56:57 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-18 10:56:57 (GMT) |
commit | 2b53dac40715c0074fdcd64a0bf75c43322cb262 (patch) | |
tree | 58e58f58970bdccc3b36aba4b98b65a045421b39 /src/gui/graphicsview/qgraphicsanchorlayout_p.h | |
parent | 825ca69c171c788e71359bf1dd94510f74f80b2f (diff) | |
download | Qt-2b53dac40715c0074fdcd64a0bf75c43322cb262.zip Qt-2b53dac40715c0074fdcd64a0bf75c43322cb262.tar.gz Qt-2b53dac40715c0074fdcd64a0bf75c43322cb262.tar.bz2 |
Remove some warnings
Diffstat (limited to 'src/gui/graphicsview/qgraphicsanchorlayout_p.h')
-rw-r--r-- | src/gui/graphicsview/qgraphicsanchorlayout_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout_p.h b/src/gui/graphicsview/qgraphicsanchorlayout_p.h index be8e32f..144465a 100644 --- a/src/gui/graphicsview/qgraphicsanchorlayout_p.h +++ b/src/gui/graphicsview/qgraphicsanchorlayout_p.h @@ -155,6 +155,8 @@ struct AnchorData : public QSimplexVariable { virtual void updateChildrenSizes() { }; virtual void refreshSizeHints(qreal effectiveSpacing); + virtual ~AnchorData() {} + void dump(int indent = 2); inline QString toString() const; |