summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-08-11 16:11:45 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-08-12 08:29:20 +0200
commitda4ea674c75579f2040acd0ec55c68b00898f4d0 (patch)
treea6917af910cf876ba150ee364d46fe9949e34711 /examples
parent37fcb1517cf41066215a3c552c2021773bb1fd63 (diff)
Update the library and QML version to 1.0
Also update all the examples to use 1.0 as 0.9 shouldn't be publically recommended. Change-Id: Ic58e35bdfd3a0f3d5201fc069b7103027ba84574 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/webengine/quicknanobrowser/quickwindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webengine/quicknanobrowser/quickwindow.qml b/examples/webengine/quicknanobrowser/quickwindow.qml
index e94b2ccea..c6b03418c 100644
--- a/examples/webengine/quicknanobrowser/quickwindow.qml
+++ b/examples/webengine/quicknanobrowser/quickwindow.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.1
-import QtWebEngine 0.9
+import QtWebEngine 1.0
import QtQuick.Controls 1.0
import QtQuick.Controls.Styles 1.0
import QtQuick.Layouts 1.0