models: Move QML Connections to separate objects
This commit is contained in:
parent
deaa5e8268
commit
77bac09899
7 changed files with 108 additions and 60 deletions
|
@ -37,6 +37,7 @@ PListView {
|
|||
}
|
||||
|
||||
model: GPodderEpisodeListModel { id: episodeListModel }
|
||||
GPodderEpisodeListModelConnections {}
|
||||
|
||||
PBusyIndicator {
|
||||
visible: !episodeListModel.ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue