remove records on delete.
This commit is contained in:
@@ -243,7 +243,7 @@ Kirigami.ApplicationWindow {
|
||||
text: qsTr("Remove")
|
||||
iconName: "edit-delete"
|
||||
onTriggered: {
|
||||
//TODO
|
||||
recordModel.removeRecord(index);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user