1
0
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:
Elias Steurer 2020-05-03 13:56:26 +02:00
parent f3f3f8b93e
commit 49a33fad52

View File

@ -60,7 +60,9 @@ ApplicationWindow {
}
Connections {
target: ScreenPlay.settings
onThemeChanged:setTheme(theme)
function onThemeChanged(theme) {
setTheme(theme)
}
}
Component.onCompleted: {