diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-21 04:56:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-21 04:59:45 (GMT) |
commit | 4ef2862b791c210a30586ba140cc6f508e06883f (patch) | |
tree | 460a6da2ba2e74d15a0b3952bd9531772a2065ab /doc/src/declarative/qtdeclarative.qdoc | |
parent | fe39717cea0a53180e0f9aa0c4755ac68ee1e44e (diff) | |
download | Qt-4ef2862b791c210a30586ba140cc6f508e06883f.zip Qt-4ef2862b791c210a30586ba140cc6f508e06883f.tar.gz Qt-4ef2862b791c210a30586ba140cc6f508e06883f.tar.bz2 |
Ensure QML Global Qt object functions appear in the documentation index
Also moves documentation of Qt global object to alongside code. Docs are slightly
misleading because they say "Qt::argb" etc. when "Qt.argb" would be clearer.
Downgrades QTBUG-7725 from P2 to P4 as remaining functions are standard webJS.
Task-number: QTBUG-7725
Diffstat (limited to 'doc/src/declarative/qtdeclarative.qdoc')
-rw-r--r-- | doc/src/declarative/qtdeclarative.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtdeclarative.qdoc b/doc/src/declarative/qtdeclarative.qdoc index 670a218..c47ab23 100644 --- a/doc/src/declarative/qtdeclarative.qdoc +++ b/doc/src/declarative/qtdeclarative.qdoc @@ -62,7 +62,7 @@ \endcode For more information on the Qt Declarative module, see the - \l{declarativeui.html}{Declarative UI} documentation. + \l{declarativeui.html}{Qt Quick} documentation. */ |