summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-09 07:59:07 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-09 07:59:07 (GMT)
commit3d90e35abae15f133ad2a71874f6926773c96449 (patch)
tree8faae80f578c8faea02bf5a1d4855ed0bb7e402c /doc
parent06c286b74274166a47df20dc425f76051fb03d4d (diff)
downloadQt-3d90e35abae15f133ad2a71874f6926773c96449.zip
Qt-3d90e35abae15f133ad2a71874f6926773c96449.tar.gz
Qt-3d90e35abae15f133ad2a71874f6926773c96449.tar.bz2
Add a Qt.isQtObject() method
QTBUG-9705
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 71ab67d..97f5d91 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -203,6 +203,9 @@ This function causes the QML engine to emit the quit signal, which in
This function returns \c url resolved relative to the URL of the
caller.
+\section3 Qt.isQtObject(object)
+Returns true if \c object is a valid reference to a Qt or QML object, otherwise false.
+
\section1 Dynamic Object Creation
The following functions on the global object allow you to dynamically create QML
items from files or strings. See \l{Dynamic Object Management} for an overview