remove records on delete.

This commit is contained in:
2020-06-10 11:35:05 -04:00
parent b554c96720
commit 2073e57a84

View File

@@ -243,7 +243,7 @@ Kirigami.ApplicationWindow {
text: qsTr("Remove")
iconName: "edit-delete"
onTriggered: {
//TODO
recordModel.removeRecord(index);
}
}
]