Initialize function, allow passing in alternative progname
This commit is contained in:
parent
f816b37f47
commit
f96bfa6526
5 changed files with 15 additions and 11 deletions
|
@ -13,12 +13,6 @@ ApplicationWindow {
|
|||
|
||||
GPodderCore {
|
||||
id: py
|
||||
|
||||
onReadyChanged: {
|
||||
if (ready) {
|
||||
podcastListModel.reload();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
menuBar: MenuBar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue