diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-17 03:49:38 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-10-31 02:12:22 -0700 |
commit | af3cbe937762dbf196e0ea5b26f0cb2a088ab599 (patch) | |
tree | 491176e09ee3d803c262bb6bebda9bcffd3439ce /message.h | |
parent | 94b4633389337283d9ea6f31a2097dae59ac6253 (diff) |
libqtappfw: add initial navigation support
Add initial navigation service support in qtappfw for new
agl-service-navigation rewrite.
Bug-AGL: SPEC-2880
Change-Id: I276de006af3c1e19e669ae3b9d05c92360893467
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'message.h')
-rw-r--r-- | message.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ enum MessageType { PbapEventMessage, RadioEventMessage, MapEventMessage, + NavigationEventMessage, }; class Message : public QObject |