Move touch/Player -> common/GPodderPlayback for audio playback
This commit is contained in:
parent
c1f8db5500
commit
a271e6b764
2 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* gPodder QML UI Reference Implementation
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@ -25,6 +25,7 @@ Item {
|
||||||
id: pgst
|
id: pgst
|
||||||
|
|
||||||
GPodderCore { id: py }
|
GPodderCore { id: py }
|
||||||
|
GPodderPlayback { id: player }
|
||||||
|
|
||||||
property real scalef: width / 480
|
property real scalef: width / 480
|
||||||
|
|
||||||
|
@ -55,10 +56,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Player {
|
|
||||||
id: player
|
|
||||||
}
|
|
||||||
|
|
||||||
PBusyIndicator {
|
PBusyIndicator {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
visible: !py.ready
|
visible: !py.ready
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue