Use common GPodderPlayback component from gpodder-ui-qml

This commit is contained in:
Thomas Perl 2014-01-31 16:27:39 +01:00
parent 2ef56438b6
commit 5defe76954
3 changed files with 5 additions and 42 deletions

View file

@ -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