summaryrefslogtreecommitdiffstats
path: root/message.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-04-11 15:54:09 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-04-19 18:20:17 -0700
commitad867a98c184bb884f2f540f6588e8775fbe9fc4 (patch)
tree792bdf14381af54f42f7baec78fff81d931fdf23 /message.h
parentc2912031a5faa821cf3ba3e24f0a496a732e81e8 (diff)
libqtappfw: bluetooth: add initial agl-service-bluetooth support
Add initial support for libqtappfw of the agl-service-bluetooth binding to allow removal of QML logic from the Settings application Bug-AGL: SPEC-1385 Change-Id: Iea909af113590667d619afcf09c50523c1c34035 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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 59be368..64bb69f 100644
--- a/message.h
+++ b/message.h
@@ -33,6 +33,7 @@ enum MessageType {
TelephonyEventMessage,
WeatherEventMessage,
MediaplayerEventMessage,
+ BluetoothEventMessage,
};
class Message : public QObject