Remove debug number from button
This commit is contained in:
@ -27,7 +27,7 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
text: qsTr("Remove ") + listView.currentIndex
|
text: qsTr("Remove ")
|
||||||
|
|
||||||
onClicked: removeClicked(listView.currentIndex)
|
onClicked: removeClicked(listView.currentIndex)
|
||||||
enabled: listView.currentIndex >= 0
|
enabled: listView.currentIndex >= 0
|
||||||
|
Reference in New Issue
Block a user