diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 04:07:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-23 04:08:31 (GMT) |
commit | e1c895912a89824af6b8a826b6c28865ac13b392 (patch) | |
tree | b2f2e1c7b0e143cd50ea78ad2c8eb9b06cf903b8 /src/declarative/util/qdeclarativeview.cpp | |
parent | e8c36529d78b99ce651e26779e96986561f63646 (diff) | |
download | Qt-e1c895912a89824af6b8a826b6c28865ac13b392.zip Qt-e1c895912a89824af6b8a826b6c28865ac13b392.tar.gz Qt-e1c895912a89824af6b8a826b6c28865ac13b392.tar.bz2 |
Various declarative autotest additions.
Diffstat (limited to 'src/declarative/util/qdeclarativeview.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeview.cpp b/src/declarative/util/qdeclarativeview.cpp index 8f06858..2381172 100644 --- a/src/declarative/util/qdeclarativeview.cpp +++ b/src/declarative/util/qdeclarativeview.cpp @@ -392,7 +392,7 @@ QDeclarativeView::Status QDeclarativeView::status() const /*! Return the list of errors that occurred during the last compile or create - operation. An empty list is returned if isError() is not set. + operation. When the status is not Error, an empty list is returned. */ QList<QDeclarativeError> QDeclarativeView::errors() const { |