summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinclude.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-09-01 17:00:45 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-09-01 17:00:45 (GMT)
commitb38fa28a246bd039593bff732ea7c195dc7e5af9 (patch)
tree18bb19e73537885a8d2e58d7e446ebf778c081df /src/declarative/qml/qdeclarativeinclude.cpp
parent431cde6aa40a017abc1bfd52b2340e5b1d62d36c (diff)
downloadQt-b38fa28a246bd039593bff732ea7c195dc7e5af9.zip
Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.gz
Qt-b38fa28a246bd039593bff732ea7c195dc7e5af9.tar.bz2
Doc: Added types to method and signal documentation; other fixes.
Diffstat (limited to 'src/declarative/qml/qdeclarativeinclude.cpp')
-rw-r--r--src/declarative/qml/qdeclarativeinclude.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeinclude.cpp b/src/declarative/qml/qdeclarativeinclude.cpp
index f26b54f..1e240d7 100644
--- a/src/declarative/qml/qdeclarativeinclude.cpp
+++ b/src/declarative/qml/qdeclarativeinclude.cpp
@@ -173,7 +173,7 @@ void QDeclarativeInclude::callback(QScriptEngine *engine, QScriptValue &callback
}
/*!
-\qmlmethod object Qt::include(url, callback)
+\qmlmethod object Qt::include(string url, jsobject callback)
Include another JavaScript file. This method can only be used from within JavaScript files,
and not regular QML files.