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