summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-10-17 03:49:38 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-11 14:01:54 +0000
commit00fa3eefa5f961ac60d9ae6bc6d732cccbce76db (patch)
treec7f0c0e4ad13de5e1c811cdf2d1c5c1813a38d61 /message.h
parent45ed097db45ee0a88d3acd274f242ed100274d47 (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> (cherry picked from commit af3cbe937762dbf196e0ea5b26f0cb2a088ab599)
Diffstat (limited to 'message.h')
-rw-r--r--message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/message.h b/message.h
index 2e731df..c39b107 100644
--- a/message.h
+++ b/message.h
@@ -41,6 +41,7 @@ enum MessageType {
PbapEventMessage,
RadioEventMessage,
MapEventMessage,
+ NavigationEventMessage,
};
class Message : public QObject