From 54ab6c2a6475967523e2250c926cee61bc37f1b1 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 11 Apr 2018 15:54:09 -0700 Subject: 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 --- message.h | 1 + 1 file changed, 1 insertion(+) (limited to 'message.h') diff --git a/message.h b/message.h index 7aab2e9..bcb1b33 100644 --- a/message.h +++ b/message.h @@ -32,6 +32,7 @@ enum MessageId { enum MessageType { GenericMessage, TelephonyEventMessage, + BluetoothEventMessage, }; class Message : public QObject -- cgit 1.2.3-korg