Fix QML Connections-using code for Qt 5.12
This commit is contained in:
@@ -42,8 +42,7 @@ Video {
|
||||
|
||||
Connections {
|
||||
target: mainUI.fullScreenPopup
|
||||
|
||||
function onClosed() { fullScreen = false }
|
||||
onClosed: fullScreen = false
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
|
Reference in New Issue
Block a user