summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrepeater_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-27 01:25:21 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-27 01:25:21 (GMT)
commit0d12a574ca3624ecfe62d4183e02e43f3bfb6509 (patch)
treef8a7913321059b8f47a90cb5f91e546e061af1a1 /src/declarative/fx/qfxrepeater_p.h
parentbaeb25062194c9ddc36c4536662de46b6b09cd68 (diff)
downloadQt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.zip
Qt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.tar.gz
Qt-0d12a574ca3624ecfe62d4183e02e43f3bfb6509.tar.bz2
Repeater API updates.
Diffstat (limited to 'src/declarative/fx/qfxrepeater_p.h')
-rw-r--r--src/declarative/fx/qfxrepeater_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxrepeater_p.h b/src/declarative/fx/qfxrepeater_p.h
index ba69658..65b0973 100644
--- a/src/declarative/fx/qfxrepeater_p.h
+++ b/src/declarative/fx/qfxrepeater_p.h
@@ -73,6 +73,7 @@ public:
QVariant dataSource;
QmlComponent *component;
+ int count;
QList<QPointer<QObject> > deletables;
};