summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlview.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-23 06:05:08 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-23 06:05:08 (GMT)
commiteffd2866ae343b858c69a66b61ececcd455d59d2 (patch)
treeed9545d746b50c248b46f054905ea75bb0965a72 /src/declarative/util/qmlview.cpp
parent7deb903f69d2d9b53e15bdb5bd4e869b5db7b495 (diff)
downloadQt-effd2866ae343b858c69a66b61ececcd455d59d2.zip
Qt-effd2866ae343b858c69a66b61ececcd455d59d2.tar.gz
Qt-effd2866ae343b858c69a66b61ececcd455d59d2.tar.bz2
QmlView doc.
Diffstat (limited to 'src/declarative/util/qmlview.cpp')
-rw-r--r--src/declarative/util/qmlview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/util/qmlview.cpp b/src/declarative/util/qmlview.cpp
index 63115bb..c981cde 100644
--- a/src/declarative/util/qmlview.cpp
+++ b/src/declarative/util/qmlview.cpp
@@ -168,6 +168,9 @@ public:
view->execute();
...
\endcode
+
+ To receive errors related to loading and executing QML with QmlView,
+ you can connect to the errors() signal.
*/
/*!