videosProxyModel working

This commit is contained in:
Chris Cochrun 2023-02-17 15:33:50 -06:00
parent c7b35f2b44
commit cc501873c1
3 changed files with 29 additions and 10 deletions

View file

@ -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 }