summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-23 07:12:32 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-23 07:12:32 (GMT)
commite0597765a6c3ea4ad6ae83d83166376bf1f4f1ea (patch)
tree1345e39ee446bdb4b77ce45879bbc4c859b12a77 /src/declarative
parent65a507009c543ddf3272f5a52013f33c7d5965bc (diff)
parent8bbbb67aa06077678a0bd865783efc1212a918c3 (diff)
downloadQt-e0597765a6c3ea4ad6ae83d83166376bf1f4f1ea.zip
Qt-e0597765a6c3ea4ad6ae83d83166376bf1f4f1ea.tar.gz
Qt-e0597765a6c3ea4ad6ae83d83166376bf1f4f1ea.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/util/qmlview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/util/qmlview.cpp b/src/declarative/util/qmlview.cpp
index 63115bb..62bcc07 100644
--- a/src/declarative/util/qmlview.cpp
+++ b/src/declarative/util/qmlview.cpp
@@ -167,7 +167,11 @@ public:
...
view->execute();
...
+ view->show();
\endcode
+
+ To receive errors related to loading and executing QML with QmlView,
+ you can connect to the errors() signal.
*/
/*!