summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-03-21 13:26:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-24 12:30:31 +0100
commit51156e412b2f91dbbf8c0b6055e6ab4c29370d8a (patch)
tree6aeba02ba157baded3a896ea03bdcbbda1546d62 /src/controls/ApplicationWindow.qml
parent3081d1037d9ccd57f85cace03ae9e634de9a95e6 (diff)
downloadqtquickcontrols-51156e412b2f91dbbf8c0b6055e6ab4c29370d8a.tar.gz
Bump QtQuick.Window import version
Use 2.2 to get access to revision 2 signals. Particularly interesting is sceneGraphError() which allows graceful handling of OpenGL context creation failures even from QML, inside the ApplicationWindow items. Change-Id: Ie2ec98a438a05d35e4c9f9459a6ac49887147149 Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index f54fa8f5..df29e5e2 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick.Window 2.1
+import QtQuick.Window 2.2
import QtQuick 2.1
import QtQuick.Controls 1.1
import QtQuick.Layouts 1.0