diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-20 06:25:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-20 06:25:22 (GMT) |
commit | b0fd95e035888bbfc474814bc6796a4acbf6e958 (patch) | |
tree | 1dda6295ec1401b97ef8e1d7b7db26f715a38d2c /doc | |
parent | a9a42f51ca7079652b16ba8883a8d0f69f82c1e6 (diff) | |
download | Qt-b0fd95e035888bbfc474814bc6796a4acbf6e958.zip Qt-b0fd95e035888bbfc474814bc6796a4acbf6e958.tar.gz Qt-b0fd95e035888bbfc474814bc6796a4acbf6e958.tar.bz2 |
doc typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qtdeclarative.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc index a986fbc..5d1e18f 100644 --- a/doc/src/declarative/qtdeclarative.qdoc +++ b/doc/src/declarative/qtdeclarative.qdoc @@ -94,7 +94,7 @@ */ /*! - \fn int qmlRegisterTypeUncreatable(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message) + \fn int qmlRegisterUncreatableType(const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString& message) \relates QDeclarativeEngine This template function registers the C++ type in the QML system with @@ -143,7 +143,7 @@ fun.qml: Get back to work, slacker! Without this, a generic "Game is not a type" message would be given. - \sa qmlRegisterTypeUncreatable + \sa qmlRegisterUncreatableType */ /*! |