Restore legacy Connection slots. Restore compilation on Qt 5.12.

This commit is contained in:
Filippo Scognamiglio
2022-01-12 21:08:58 +01:00
parent 41f34c3992
commit 2261af17d7
3 changed files with 13 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ ColumnLayout {
Connections {
target: appSettings
function onTerminalFontChanged() {
onTerminalFontChanged: {
fontChanger.updateIndex()
}
}