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); } } ]