fixing deprecated Connections syntax
This commit is contained in:
parent
0edda92f21
commit
b27b83988b
2 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ Window {
|
|||
|
||||
Connections {
|
||||
target: SlideObject
|
||||
onVideoBackgroundChanged: {
|
||||
function onVideoBackgroundChanged() {
|
||||
loadVideo();
|
||||
}
|
||||
onIsPlayingChanged: {
|
||||
function onIsPlayingChanged() {
|
||||
if(SlideObject.isPlaying)
|
||||
presentationSlide.playVideo();
|
||||
pauseVideo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue