Use common GPodderPlayback component from gpodder-ui-qml
This commit is contained in:
parent
2ef56438b6
commit
5defe76954
3 changed files with 5 additions and 42 deletions
|
@ -45,6 +45,10 @@ PodcastsPage {
|
|||
id: py
|
||||
}
|
||||
|
||||
GPodderPlayback {
|
||||
id: player
|
||||
}
|
||||
|
||||
function loadPage(filename, properties) {
|
||||
var component = Qt.createComponent(filename);
|
||||
if (component.status != Component.Ready) {
|
||||
|
@ -58,10 +62,6 @@ PodcastsPage {
|
|||
}
|
||||
}
|
||||
|
||||
Player {
|
||||
id: player
|
||||
}
|
||||
|
||||
BusyIndicator {
|
||||
size: BusyIndicatorSize.Large
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue