From ad867a98c184bb884f2f540f6588e8775fbe9fc4 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 59be368..64bb69f 100644 --- a/message.h +++ b/message.h @@ -33,6 +33,7 @@ enum MessageType { TelephonyEventMessage, WeatherEventMessage, MediaplayerEventMessage, + BluetoothEventMessage, }; class Message : public QObject -- cgit 1.2.3-korg