diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-07 16:34:09 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-07 16:34:09 (GMT) |
commit | 3c18c2a43260a271f8a13e89053eede15d399005 (patch) | |
tree | de54e971c15e900cc99267c9f6024715f723297a /src/declarative/qml | |
parent | 4b68c14af425a3f8441ae0377c178d398192d45a (diff) | |
download | Qt-3c18c2a43260a271f8a13e89053eede15d399005.zip Qt-3c18c2a43260a271f8a13e89053eede15d399005.tar.gz Qt-3c18c2a43260a271f8a13e89053eede15d399005.tar.bz2 |
Doc: More work on the QML documentation.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r-- | src/declarative/qml/qdeclarativetypeloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativetypeloader.cpp b/src/declarative/qml/qdeclarativetypeloader.cpp index ed41314..9b42065 100644 --- a/src/declarative/qml/qdeclarativetypeloader.cpp +++ b/src/declarative/qml/qdeclarativetypeloader.cpp @@ -224,7 +224,7 @@ void QDeclarativeDataBlob::setError(const QDeclarativeError &errors) } /*! -\override +\overload */ void QDeclarativeDataBlob::setError(const QList<QDeclarativeError> &errors) { |