summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-10-06 12:46:32 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2014-10-06 14:05:39 +0300
commita1a303d5a741bf5a99cdb9cbc4d33ba526f8fbe6 (patch)
treed87ae36db4a575d5313c1586e1f1dbde2e3e32dc
parent558303dcdda88d5697bc48167c945b2c3d8b5d1d (diff)
Use more relevant URL
The goal for b2qt-launcher is to advertise specifically B2Qt, therefore use more relevant URL. Change-Id: Iea4e72a8ebebac752da8c639f9e7a9dd163315c4 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
-rw-r--r--qml/Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Main.qml b/qml/Main.qml
index 36a8951..027f67f 100644
--- a/qml/Main.qml
+++ b/qml/Main.qml
@@ -313,7 +313,7 @@ Item {
Text {
id: urlLabel;
- text: "http://www.qt.io"
+ text: "http://www.qt.io/qt-for-device-creation"
color: qtpurple
font.pixelSize: engine.sensibleButtonSize() * 0.2
font.bold: true