aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-09-26 10:38:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 13:10:28 +0200
commitc4115a247a16fcbb96cc26d19117282860f74a38 (patch)
treec2bf264bdae39d1fc480f54d9cfabfea0445d111 /tests
parent0794c6e552c2df6c7531f7657f276e3c7f90976d (diff)
Rename QML JumpLink/Destination to JumpListLink/Destination
Change-Id: If7e761e435e75c218f50c50f8940428bb8c14a23 Reviewed-by: Ivan Vizir <define-true-false@yandex.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/jumplist/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/jumplist/main.qml b/tests/manual/jumplist/main.qml
index 49a77c4..963ac8b 100644
--- a/tests/manual/jumplist/main.qml
+++ b/tests/manual/jumplist/main.qml
@@ -60,7 +60,7 @@ ApplicationWindow {
frequent.visible: frequentBox.checked
tasks: JumpListCategory {
visible: tasksBox.checked
- JumpLink {
+ JumpListLink {
title: "qmlscene"
description: "qmlscene main.qml"
executablePath: Qt.application.arguments[0]
@@ -70,7 +70,7 @@ ApplicationWindow {
JumpListCategory {
title: "Custom"
visible: customBox.checked
- JumpLink {
+ JumpListLink {
title: "qmlscene"
description: "qmlscene main.qml"
executablePath: Qt.application.arguments[0]