fixing some small code smells
This commit is contained in:
parent
8b9bcd5a89
commit
c2c26bddaf
3 changed files with 6 additions and 6 deletions
|
@ -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