fixing some small code smells
This commit is contained in:
parent
8b9bcd5a89
commit
c2c26bddaf
3 changed files with 6 additions and 6 deletions
|
@ -192,7 +192,7 @@ Controls.Page {
|
|||
presentation.loadVideo();
|
||||
print("For window: Screen is: " + pWindow.screen + " And selected screen is: " + presentationScreen);
|
||||
pWindow.showFullScreen();
|
||||
pWindow.screen = presentationScreen;
|
||||
/* pWindow.screen = presentationScreen; */
|
||||
print("For window: Screen is: " + pWindow.screen + " And selected screen is: " + presentationScreen);
|
||||
}
|
||||
else
|
||||
|
|
|
@ -34,7 +34,7 @@ Window {
|
|||
id: presentationSlide
|
||||
anchors.fill: parent
|
||||
imageSource: SlideObject.imageBackground
|
||||
videoSource: presentationWindow.visible ? SlideObject.videoBackground : null
|
||||
videoSource: presentationWindow.visible ? SlideObject.videoBackground : ""
|
||||
text: SlideObject.text
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue