videosProxyModel working
This commit is contained in:
parent
c7b35f2b44
commit
cc501873c1
3 changed files with 29 additions and 10 deletions
|
@ -133,13 +133,9 @@ Controls.Page {
|
|||
}
|
||||
|
||||
SongProxyModel { id: songProxyModel }
|
||||
VideoProxyModel { id: videoProxyModel }
|
||||
ImageProxyModel { id: imageProxyModel }
|
||||
PresentationProxyModel { id: presProxyModel }
|
||||
SongSqlModel { id: songSqlModel }
|
||||
VideoSqlModel { id: videoSqlModel }
|
||||
ImageSqlModel { id: imageSqlModel }
|
||||
PresentationSqlModel { id: presSqlModel }
|
||||
VideoProxyModel { id: videoProxyModel }
|
||||
ServiceThing { id: serviceThing }
|
||||
FileHelper { id: fileHelper }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue