X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fqml%2FShortcutArea.qml;h=9ef870128f8627471966d05de5029316a1fa2fbe;hp=1d4a7c064545051f6eb312c478723bed074b3efd;hb=67e88567cb97213348031728d59652b7c10d0e19;hpb=11c200531ef5c6d8bb93d952aed45e27a454ec44 diff --git a/HomeScreen/qml/ShortcutArea.qml b/HomeScreen/qml/ShortcutArea.qml index 1d4a7c0..9ef8701 100644 --- a/HomeScreen/qml/ShortcutArea.qml +++ b/HomeScreen/qml/ShortcutArea.qml @@ -36,19 +36,19 @@ Item { id: applicationModel ListElement { name: 'Home' - application: 'webapps-rabbit@0.0' + application: 'home@0.1' } ListElement { name: 'Multimedia' - application: 'smarthome@0.1' + application: 'radio@0.1' } ListElement { name: 'HVAC' - application: 'hvac' + application: 'hvac@0.1' } ListElement { name: 'Navigation' - application: 'navigation' + application: 'controls@0.1' } }