Port away from onFoo in Connection
This commit is contained in:
@@ -22,7 +22,9 @@ Kirigami.Page {
|
||||
|
||||
Connections {
|
||||
target: pageSettingStack
|
||||
onWideModeChanged: scroll.background.visible = pageSettingStack.wideMode
|
||||
function onWideModeChanged() {
|
||||
scroll.background.visible = pageSettingStack.wideMode
|
||||
}
|
||||
}
|
||||
|
||||
Controls.ScrollView {
|
||||
|
||||
Reference in New Issue
Block a user