diff options
author | Matt Porter <mporter@konsulko.com> | 2017-11-08 11:12:52 -0500 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-11-09 09:31:45 -0500 |
commit | f9cbfb636f6dce351f26e6b86dcb0080a32cd18d (patch) | |
tree | eb54dc65836144a2317362447cfc7c756f3eaaeb /app/phone.qrc | |
parent | 05861567c962cea3216a2c46227366639fa70525 (diff) |
Convert phone app to use libqtappfw's Telephony support
Remove the QML/Javascript websocket and appfw message
handling code. This is replaced with libqtappfw's Telephony
class which handles all Telephony API binding communication
in a separate thread.
Bug-AGL: SPEC-1079
Change-Id: I06b352eaf4925fc144c59f8d8f689180376a1f35
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/phone.qrc')
-rw-r--r-- | app/phone.qrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/phone.qrc b/app/phone.qrc index fccf1c8..50b3140 100644 --- a/app/phone.qrc +++ b/app/phone.qrc @@ -2,7 +2,6 @@ <qresource prefix="/"> <file>Phone.qml</file> <file>Dialer.qml</file> - <file>api/Telephony.qml</file> <file>models/CallHistoryModel.qml</file> <file>models/ContactsModel.qml</file> <file>models/qmldir</file> |