diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 07:30:36 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 07:30:36 (GMT) |
commit | 24deeb4640e6439f9f2599c66fb229aa7bfad8af (patch) | |
tree | 112651b48a331754c2bc4c96167a5b3c5bd1fce8 /src/declarative/graphicsitems/qmlgraphicsrepeater_p.h | |
parent | ad169129f29f9e8f70158e45341687b5f1de1b3b (diff) | |
download | Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.zip Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.gz Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.bz2 |
remove unneeded constructors
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsrepeater_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsrepeater_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsrepeater_p.h b/src/declarative/graphicsitems/qmlgraphicsrepeater_p.h index 8d71303..4058df0 100644 --- a/src/declarative/graphicsitems/qmlgraphicsrepeater_p.h +++ b/src/declarative/graphicsitems/qmlgraphicsrepeater_p.h @@ -82,7 +82,6 @@ private: protected: virtual void componentComplete(); QVariant itemChange(GraphicsItemChange change, const QVariant &value); - QmlGraphicsRepeater(QmlGraphicsRepeaterPrivate &dd, QmlGraphicsItem *parent); private Q_SLOTS: void itemsInserted(int,int); |