Fix comment

This commit is contained in:
Aleix Pol 2018-11-26 20:42:18 +01:00
parent 2c9fde483a
commit 7ef1da4914

View file

@ -33,7 +33,7 @@ Kirigami.ScrollablePage
enabled: count > 0
model: DevicesSortProxyModel {
id: devicesModel
//TODO: make it possible to sort only if they can do sms
//TODO: make it possible to filter if they can do sms
sourceModel: DevicesModel { displayFilter: DevicesModel.Paired | DevicesModel.Reachable }
onRowsInserted: if (devicesCombo.currentIndex < 0) {
devicesCombo.currentIndex = 0