changed all serviceItemModel to singleton ServiceItemModel
This commit is contained in:
parent
f503622287
commit
453c67f237
5 changed files with 38 additions and 34 deletions
|
@ -93,7 +93,7 @@ Item {
|
|||
|
||||
|
||||
Connections {
|
||||
target: serviceItemModel
|
||||
target: ServiceItemModel
|
||||
onDataChanged: if (active)
|
||||
previewSlidesList.positionViewAtIndex(index, ListView.Contain)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue