Move touch/Player -> common/GPodderPlayback for audio playback

This commit is contained in:
Thomas Perl 2014-01-31 16:25:10 +01:00
parent c1f8db5500
commit a271e6b764
2 changed files with 2 additions and 5 deletions

View file

@ -25,6 +25,7 @@ Item {
id: pgst
GPodderCore { id: py }
GPodderPlayback { id: player }
property real scalef: width / 480
@ -55,10 +56,6 @@ Item {
}
}
Player {
id: player
}
PBusyIndicator {
anchors.centerIn: parent
visible: !py.ready