Three panes

This commit is contained in:
Thomas Perl 2015-03-08 00:16:24 +01:00
parent 55c5c8d74d
commit 289849b8a2
11 changed files with 77 additions and 17 deletions

View file

@ -62,6 +62,10 @@ ListModel {
});
}
onPodcast_idChanged: {
reload();
}
property var worker: ModelWorkerScript {
id: modelWorker
}