summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-08-30 16:51:39 +0200
committerKai Koehne <kai.koehne@qt.io>2017-09-12 09:22:28 +0000
commitf3456482e44a1ef4663870b427492f4513a231e7 (patch)
treea4974fce683dc6bfa4e38c56ef974562d0ff185f
parent6be69b9a5dbd8e8c52645a17b1a545fef4b9ae6f (diff)
downloadqtwebchannel-f3456482e44a1ef4663870b427492f4513a231e7.tar.gz
Give example a meaningful window title
Change-Id: Id4e4cabe429f00360d1f357183cfbe0ac1ebb5ef Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-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 e078119..c2c3d8d 100644
--- a/examples/webchannel/chatclient-qml/qmlchatclient.qml
+++ b/examples/webchannel/chatclient-qml/qmlchatclient.qml
@@ -61,7 +61,7 @@ ApplicationWindow {
property var channel
- title: qsTr("Hello World")
+ title: "Chat client"
width: 640
height: 480