diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-08 23:00:14 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-17 10:18:59 -0800 |
commit | cd1a7f3bcbaef1e9c23549f472bce4ae42b2afad (patch) | |
tree | 95874c62ed61f7ecb2f9798e034d45bbdf3871cc /message.h | |
parent | cd5c8fee6f24d3704c3fc7d94b36d86c07c0369f (diff) |
libqtappfw: add initial HVAC supporticefish_8.99.5icefish/8.99.58.99.5
To remove QML handling of websockets this patchset is required
to move it to libqtappfw access.
Bug-AGL: SPEC-2984
Change-Id: Ieef6174d2ae7adec2fcaadf44fcb22cf86c7138d
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
@@ -45,6 +45,7 @@ enum MessageType { VoiceEventMessage, SignalComposerEventMessage, GuiMetadataCapabilityEventMessage, + HVACEventMessage, }; class Message : public QObject |