From f10e70cd5953681e5ad11a0ce59e357df82d6e6b Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Fri, 31 Jul 2009 16:43:19 +1000 Subject: doc --- src/declarative/extra/qmlxmllistmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12