From b1cd493ba7cee4ac76939b4a960a9c134340e1a5 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Tue, 25 Jun 2019 17:56:16 +0800 Subject: fix issues Change-Id: Ie02562936ebb9a2eacadbf40ca4326b22825c304 --- src/qlibhomescreen.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/qlibhomescreen.h') diff --git a/src/qlibhomescreen.h b/src/qlibhomescreen.h index 876ce38..85f6d09 100644 --- a/src/qlibhomescreen.h +++ b/src/qlibhomescreen.h @@ -44,7 +44,11 @@ public: Event_ShowInformation = LibHomeScreen::Event_ShowInformation, Event_AppListChanged = LibHomeScreen::Event_AppListChanged, Event_RegisterShortcut = LibHomeScreen::Event_RegisterShortcut, - Event_UpdateShortcut = LibHomeScreen::Event_UpdateShortcut + Event_UpdateShortcut = LibHomeScreen::Event_UpdateShortcut, + Event_SetDestination = LibHomeScreen::Event_SetDestination, + Event_CancelDestination = LibHomeScreen::Event_CancelDestination, + Event_StartNavigation = LibHomeScreen::Event_StartNavigation, + Event_StopNavigation = LibHomeScreen::Event_StopNavigation }; using handler_fun = std::function; -- cgit 1.2.3-korg