Fixing a lot of little deals
This commit is contained in:
parent
27acbdc866
commit
114ffb5bdc
4 changed files with 9 additions and 8 deletions
|
@ -195,7 +195,7 @@ Controls.Page {
|
|||
id: imageModel
|
||||
Component.onCompleted: setup();
|
||||
}
|
||||
ServiceThing { id: serviceThing }
|
||||
/* ServiceThing { id: serviceThing } */
|
||||
FileHelper { id: fileHelper }
|
||||
/* SlideHelper { id: slideHelper } */
|
||||
SongEditor {
|
||||
|
|
|
@ -429,12 +429,12 @@ FocusScope {
|
|||
previewSlide.playVideo();
|
||||
pauseVideo();
|
||||
}
|
||||
function onRevealNext() {
|
||||
previewSlide.revealNext();
|
||||
}
|
||||
function onRevealPrev() {
|
||||
previewSlide.revealPrev();
|
||||
}
|
||||
/* function onRevealNext() { */
|
||||
/* previewSlide.revealNext(); */
|
||||
/* } */
|
||||
/* function onRevealPrev() { */
|
||||
/* previewSlide.revealPrev(); */
|
||||
/* } */
|
||||
}
|
||||
|
||||
/* Connections { */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue