diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/util/qmlview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlview.cpp b/src/declarative/util/qmlview.cpp index c981cde..62bcc07 100644 --- a/src/declarative/util/qmlview.cpp +++ b/src/declarative/util/qmlview.cpp @@ -167,6 +167,7 @@ public: ... view->execute(); ... + view->show(); \endcode To receive errors related to loading and executing QML with QmlView, |