diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-13 22:33:31 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-01-17 11:00:22 -0800 |
commit | bba7642118e223492bf5a82eb3fed04a59e34c2c (patch) | |
tree | 14a25a73fa3d2ffbffe9a7d9d384d105088ea16c /app/hvac.qrc | |
parent | b3c59ba3cb5dd7ae849ff5666a948a4cc5c543cb (diff) |
hvac: switch to libqtappfw access for websocket dataicefish_8.99.5icefish/8.99.58.99.5
Remove QML processing of websocket data from appfw, and replace
with new libqtappfw support.
Bug-AGL: SPEC-2984
Change-Id: I0a0a422f25359da48798d3ec5e9948247a83d98e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/hvac.qrc')
-rw-r--r-- | app/hvac.qrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/hvac.qrc b/app/hvac.qrc index 6327049..03fbf7d 100644 --- a/app/hvac.qrc +++ b/app/hvac.qrc @@ -3,7 +3,5 @@ <file>HVAC.qml</file> <file>SeatHeatButton.qml</file> <file>HeatDegree.qml</file> - <file>api/Binding.qml</file> - <file>api/MessageId.js</file> </qresource> </RCC> |