summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsrepeater_p.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
commit24deeb4640e6439f9f2599c66fb229aa7bfad8af (patch)
tree112651b48a331754c2bc4c96167a5b3c5bd1fce8 /src/declarative/graphicsitems/qmlgraphicsrepeater_p.h
parentad169129f29f9e8f70158e45341687b5f1de1b3b (diff)
downloadQt-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.h1
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);