From 7ef1da4914516dd08d191d399720f5323b3babe1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 26 Nov 2018 20:42:18 +0100 Subject: [PATCH] Fix comment --- smsapp/qml/ConversationList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsapp/qml/ConversationList.qml b/smsapp/qml/ConversationList.qml index d4ddaa59e..05638ddb9 100644 --- a/smsapp/qml/ConversationList.qml +++ b/smsapp/qml/ConversationList.qml @@ -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