settings: bluetooth: qml: switch from qml ListModel to libqtappfw provided 84/20784/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 21 Mar 2019 04:38:10 +0000 (21:38 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 22 Mar 2019 19:36:03 +0000 (12:36 -0700)
commit947c2cfc9203e741fa215af8af5011870972c08b
tree58e81cfce885db05d75e53b62a1d0193d606e42d
parent1bf9036673ecf5d09dc410700569d42c9b846767
settings: bluetooth: qml: switch from qml ListModel to libqtappfw provided

Switch from using single threaded and incorrect QML processing of ListViews to
using models provided from libqtappfw.

Also this allows removal of most of the Javascript code that processed the
repective lists.

Bug-AGL: SPEC-2270
Change-Id: Ib00a2f34938de4c427ec5ee6956ee3e7e3c96959
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/bluetooth/Bluetooth.qml
app/main.cpp