changed all serviceItemModel to singleton ServiceItemModel

This commit is contained in:
Chris Cochrun 2023-01-20 07:06:25 -06:00
parent f503622287
commit 453c67f237
5 changed files with 38 additions and 34 deletions

View file

@ -93,7 +93,7 @@ Item {
Connections {
target: serviceItemModel
target: ServiceItemModel
onDataChanged: if (active)
previewSlidesList.positionViewAtIndex(index, ListView.Contain)
}