summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-08-30 16:38:54 +0200
committerKai Koehne <kai.koehne@qt.io>2017-09-12 09:22:26 +0000
commit6be69b9a5dbd8e8c52645a17b1a545fef4b9ae6f (patch)
tree3c680a3523b543773f4cfe85151b192925db1f1e /examples
parentb987ea034adf797b1955748c12b9aeabf1c6c1eb (diff)
downloadqtwebchannel-6be69b9a5dbd8e8c52645a17b1a545fef4b9ae6f.tar.gz
Chatclient-qml: Use QtQuick.Controls 2
Let's promote the newer version also in the examples. Change-Id: I903e2aab0bff6fa397c5d35d44b88ee947851f58 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/webchannel/chatclient-qml/qmlchatclient.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/chatclient-qml/qmlchatclient.qml b/examples/webchannel/chatclient-qml/qmlchatclient.qml
index 71b8381..e078119 100644
--- a/examples/webchannel/chatclient-qml/qmlchatclient.qml
+++ b/examples/webchannel/chatclient-qml/qmlchatclient.qml
@@ -50,7 +50,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtQuick.Controls 1.1
+import QtQuick.Controls 2.0
import QtQuick.Window 2.0
import QtQuick.Layouts 1.1
import Qt.WebSockets 1.0