diff options
author | Tapani Mikola <tapani.mikola@nokia.com> | 2009-11-26 07:30:55 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-30 06:34:29 (GMT) |
commit | bd2ba54d85415047a581b7b441309572a756dcc5 (patch) | |
tree | 28442cc914bd9ac77b42382094fc8a36341a6b89 /src/declarative/util/qmlview.h | |
parent | c8cb256644c143f9d85eed0a8d295ffd05a2017d (diff) | |
download | Qt-bd2ba54d85415047a581b7b441309572a756dcc5.zip Qt-bd2ba54d85415047a581b7b441309572a756dcc5.tar.gz Qt-bd2ba54d85415047a581b7b441309572a756dcc5.tar.bz2 |
Qt.quit() added to qml.
Diffstat (limited to 'src/declarative/util/qmlview.h')
-rw-r--r-- | src/declarative/util/qmlview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlview.h b/src/declarative/util/qmlview.h index 83c4f97..f4f58fd 100644 --- a/src/declarative/util/qmlview.h +++ b/src/declarative/util/qmlview.h @@ -90,6 +90,7 @@ Q_SIGNALS: void initialSize(QSize size); void sceneResized(QSize size); void errors(const QList<QmlError> &error); + void quit (); private Q_SLOTS: void continueExecute(); |