X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fqlibhomescreen.cpp;h=aded770029642db9185bb29dad5db8c499134de0;hb=6de11471bf8cc70c5a11f947dea5a2afc9bef716;hp=13093c32f1bd1d3c5f8229cff2ef9155b7488872;hpb=0d7f000588954006d4687c97c19b424769189f9f;p=src%2Flibqthomescreen.git diff --git a/src/qlibhomescreen.cpp b/src/qlibhomescreen.cpp index 13093c3..aded770 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" @@ -169,14 +169,14 @@ void QLibHomeScreen::set_event_handler(enum QEventType et, handler_fun f) * tapShortcut function * * #### Parameters - * - application_name : tapped application name + * - application_id : tapped application id * * #### Return * - 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