summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlxmllistmodel.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-07 01:32:17 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-07 01:32:17 (GMT)
commit990e4215926c5fd2327e379f6ef872b8274a7f67 (patch)
tree38c2520f7d16c1b6e201260a9968ff30ad362795 /src/declarative/extra/qmlxmllistmodel.h
parent2dd06e645cb6e1ffca1274864a62418a2ebe6504 (diff)
downloadQt-990e4215926c5fd2327e379f6ef872b8274a7f67.zip
Qt-990e4215926c5fd2327e379f6ef872b8274a7f67.tar.gz
Qt-990e4215926c5fd2327e379f6ef872b8274a7f67.tar.bz2
Fix QmlXmlListModel on property changes, on empty results.
Tags in flickr demo.
Diffstat (limited to 'src/declarative/extra/qmlxmllistmodel.h')
-rw-r--r--src/declarative/extra/qmlxmllistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlxmllistmodel.h b/src/declarative/extra/qmlxmllistmodel.h
index acc54a9..2e932cb 100644
--- a/src/declarative/extra/qmlxmllistmodel.h
+++ b/src/declarative/extra/qmlxmllistmodel.h
@@ -118,7 +118,7 @@ public:
virtual void classComplete();
public Q_SLOTS:
- void fetch();
+ void reload();
protected:
void doQuery(QByteArray &rawData);