mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Change Connections syntax to 5.15 style
This commit is contained in:
parent
f3f3f8b93e
commit
49a33fad52
@ -60,7 +60,9 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
Connections {
|
Connections {
|
||||||
target: ScreenPlay.settings
|
target: ScreenPlay.settings
|
||||||
onThemeChanged:setTheme(theme)
|
function onThemeChanged(theme) {
|
||||||
|
setTheme(theme)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
Loading…
Reference in New Issue
Block a user