summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-31 06:43:19 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-31 06:43:19 (GMT)
commitf10e70cd5953681e5ad11a0ce59e357df82d6e6b (patch)
tree15a1ec6044f1b50de0ced7906c35989c6448ca7a
parent77ef1b518e4761b54d2fcc46be7ad17d077c2e0e (diff)
downloadQt-f10e70cd5953681e5ad11a0ce59e357df82d6e6b.zip
Qt-f10e70cd5953681e5ad11a0ce59e357df82d6e6b.tar.gz
Qt-f10e70cd5953681e5ad11a0ce59e357df82d6e6b.tar.bz2
doc
-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 3b6ffb4..18d33fb 100644
--- a/src/declarative/extra/qmlxmllistmodel.h
+++ b/src/declarative/extra/qmlxmllistmodel.h
@@ -121,7 +121,7 @@ public:
QString namespaceDeclarations() const;
void setNamespaceDeclarations(const QString&);
- enum Status { Idle, Loading, Error };
+ enum Status { Idle, Loading, Error }; // ### should include Null for consistency?
Status status() const;
qreal progress() const;