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