embedding the slide_model in the slide_object
This commit is contained in:
parent
0d2b636bc9
commit
4c403d9f3c
4 changed files with 8 additions and 25 deletions
|
@ -166,19 +166,6 @@ Controls.Page {
|
|||
}
|
||||
}
|
||||
|
||||
/* Loader { */
|
||||
/* id: presWinLoader */
|
||||
/* active: false */
|
||||
/* sourceComponent: Presenter.PresentationWindow {} */
|
||||
/* } */
|
||||
/* Presenter.PresentationWindow { */
|
||||
/* id: pWindow */
|
||||
/* } */
|
||||
|
||||
/* SongProxyModel { id: songProxyModel } */
|
||||
/* ImageProxyModel { id: imageProxyModel } */
|
||||
/* PresentationProxyModel { id: presProxyModel } */
|
||||
/* VideoProxyModel { id: videoProxyModel } */
|
||||
SongModel {
|
||||
id: songModel
|
||||
Component.onCompleted: setup();
|
||||
|
@ -195,9 +182,7 @@ Controls.Page {
|
|||
id: imageModel
|
||||
Component.onCompleted: setup();
|
||||
}
|
||||
/* ServiceThing { id: serviceThing } */
|
||||
FileHelper { id: fileHelper }
|
||||
/* SlideHelper { id: slideHelper } */
|
||||
SongEditor {
|
||||
id: songEditorModel
|
||||
songModel: songModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue