cleaning up ServiceList
This commit is contained in:
parent
c36855c0d5
commit
3e9f8974c9
1 changed files with 1 additions and 6 deletions
|
@ -74,11 +74,6 @@ Item {
|
|||
ListView {
|
||||
id: serviceItemList
|
||||
anchors.fill: parent
|
||||
/* model: serviceItemModel */
|
||||
/* delegate: Kirigami.DelegateRecycler { */
|
||||
/* width: serviceItemList.width */
|
||||
/* sourceComponent: itemDelegate */
|
||||
/* } */
|
||||
clip: true
|
||||
spacing: 3
|
||||
property int indexDragged
|
||||
|
@ -250,7 +245,7 @@ Item {
|
|||
|
||||
onDoubleClicked: {
|
||||
/* showPassiveNotification("Double Clicked") */
|
||||
serviceItemList.currentIndex = index;
|
||||
/* serviceItemList.currentIndex = index; */
|
||||
currentServiceItem = index;
|
||||
changeServiceItem(index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue