X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fqml%2FShortcutArea.qml;fp=homescreen%2Fqml%2FShortcutArea.qml;h=e0c9182f363b236dda4ade790120447dc83cf6f8;hb=33d31b5bac3c8c9105d43d6566174f39ef7a4ea4;hp=d7e97f0e11696170409de31422450a9e794da6f5;hpb=856f9d9de4473a537ce4084271008fd40e230e8f;p=apps%2Fhomescreen.git diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index d7e97f0..e0c9182 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -28,22 +28,18 @@ Item { ListModel { id: applicationModel ListElement { - appid: 'launcher' name: 'launcher' application: 'launcher@0.1' } ListElement { - appid: 'mediaplayer' name: 'MediaPlayer' application: 'mediaplayer@0.1' } ListElement { - appid: 'hvac' name: 'HVAC' application: 'hvac@0.1' } ListElement { - appid: 'navigation' name: 'Navigation' application: 'navigation@0.1' } @@ -70,7 +66,7 @@ Item { console.warn(model.application) console.warn("app cannot be launched!") } - homescreenHandler.tapShortcut(model.appid) + homescreenHandler.tapShortcut(model.name) } } }