Add missing connections for list models
This commit is contained in:
parent
a9c06e8595
commit
54178ae4b9
3 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,7 @@ Page {
|
|||
}
|
||||
|
||||
model: GPodderEpisodeListModel { id: episodesListModel }
|
||||
GPodderEpisodeListModelConnections {}
|
||||
|
||||
section.property: 'section'
|
||||
section.delegate: SectionHeader {
|
||||
|
|
|
@ -60,6 +60,7 @@ Page {
|
|||
}
|
||||
|
||||
model: GPodderEpisodeListModel { id: episodeListModel }
|
||||
GPodderEpisodeListModelConnections {}
|
||||
|
||||
PullDownMenu {
|
||||
MenuItem {
|
||||
|
|
|
@ -70,6 +70,7 @@ PodcastsPage {
|
|||
}
|
||||
|
||||
GPodderPodcastListModel { id: podcastListModel }
|
||||
GPodderPodcastListModelConnections {}
|
||||
|
||||
function loadPage(filename, properties, replace) {
|
||||
var component = Qt.createComponent(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue