refactor(StatusAppNavBar): `triggerUpdate` function added
This commit is contained in:
parent
ab835857fb
commit
ad7b5a9ff9
|
@ -37,6 +37,10 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function triggerUpdate(){
|
||||||
|
navBarModel.update()
|
||||||
|
}
|
||||||
|
|
||||||
StatusAppNavBarFilterModel {
|
StatusAppNavBarFilterModel {
|
||||||
id: navBarModel
|
id: navBarModel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue