diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index b9170ea4d1146f32d33f166c2e6c7dd13f129087..1aa002450870e506a99c75a71f25eedb30f6daa0 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); } } ]