fix issues
[src/libqthomescreen.git] / src / qlibhomescreen.h
index 876ce38..85f6d09 100644 (file)
@@ -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<void(json_object *object)>;