fixing deprecated Connections syntax

This commit is contained in:
Chris Cochrun 2022-09-16 06:56:26 -05:00
parent 0edda92f21
commit b27b83988b
2 changed files with 4 additions and 4 deletions

View file

@ -151,10 +151,10 @@ Item {
Connections {
target: SlideObject
onVideoBackgroundChanged: {
function onVideoBackgroundChanged() {
loadVideo();
}
onIsPlayingChanged: {
function onIsPlayingChanged() {
if(SlideObject.isPlaying)
previewSlide.playVideo();
pauseVideo();