From 2073e57a841d6dc8d5b35f22d47977e62dcacd60 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Wed, 10 Jun 2020 11:35:05 -0400 Subject: [PATCH] remove records on delete. --- src/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index b9170ea..1aa0024 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -243,7 +243,7 @@ Kirigami.ApplicationWindow { text: qsTr("Remove") iconName: "edit-delete" onTriggered: { - //TODO + recordModel.removeRecord(index); } } ] -- GitLab