1
2
3
4
5
6
7
8
9
10
11 | === modified file 'app/ui/HomePage.qml' --- app/ui/HomePage.qml 2015-02-15 15:05:43 +0000 +++ app/ui/HomePage.qml 2015-02-15 15:26:55 +0000 @@ -75,6 +75,7 @@ onCurrentIndexChanged: { print("CI: "+currentIndex) } + onModelChanged: currentIndex = settings.current delegate: LocationPane {} } } |