X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fqlibhomescreen.cpp;h=cfeb9c1b9d902fe78c8f80526e8d999a84962642;hb=59f49ec2538f22fbf752330f78413e445a3dc504;hp=13093c32f1bd1d3c5f8229cff2ef9155b7488872;hpb=48dabd70e638a5b95024e53a11deac851a1afcde;p=src%2Flibqthomescreen.git diff --git a/src/qlibhomescreen.cpp b/src/qlibhomescreen.cpp index 13093c3..cfeb9c1 100644 --- a/src/qlibhomescreen.cpp +++ b/src/qlibhomescreen.cpp @@ -24,7 +24,7 @@ using namespace std; #define _REQ_POPUP_MESSAGE "on_screen_message" #define _TAPSHORTCUT "tap_shortcut" #define _KEY_DATA "data" -#define _KEY_APPLICATION_DATA "application_name" +#define _KEY_APPLICATION_DATA "application_id" #define _KEY_REPLY_MESSAGE "reply_message" #define _KEY_REQUEST_MESSAGE "display_message" @@ -175,8 +175,8 @@ void QLibHomeScreen::set_event_handler(enum QEventType et, handler_fun f) * - None. * */ -void QLibHomeScreen::tapShortcut(QString application_name) +void QLibHomeScreen::tapShortcut(QString application_id) { - HMI_DEBUG("qlibhomescreen","tapShortcut %s", application_name.toStdString().c_str()); - this->mp_hs->tapShortcut(application_name.toStdString().c_str()); + HMI_DEBUG("qlibhomescreen","tapShortcut %s", application_id.toStdString().c_str()); + this->mp_hs->tapShortcut(application_id.toStdString().c_str()); } \ No newline at end of file