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

@ -2,7 +2,7 @@
/**
*
* gPodder QML UI Reference Implementation
* Copyright (c) 2013, Thomas Perl <m@thp.io>
* Copyright (c) 2013, 2014, Thomas Perl <m@thp.io>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above

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