From a271e6b7644244d63cc9dca83dcab6a461d9186c Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 31 Jan 2014 16:25:10 +0100 Subject: [PATCH] Move touch/Player -> common/GPodderPlayback for audio playback --- touch/Player.qml => common/GPodderPlayback.qml | 2 +- touch/Main.qml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) rename touch/Player.qml => common/GPodderPlayback.qml (95%) diff --git a/touch/Player.qml b/common/GPodderPlayback.qml similarity index 95% rename from touch/Player.qml rename to common/GPodderPlayback.qml index cc7c3b7..e5a8a85 100644 --- a/touch/Player.qml +++ b/common/GPodderPlayback.qml @@ -2,7 +2,7 @@ /** * * gPodder QML UI Reference Implementation - * Copyright (c) 2013, Thomas Perl + * Copyright (c) 2013, 2014, Thomas Perl * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/touch/Main.qml b/touch/Main.qml index 5699460..1cb5093 100644 --- a/touch/Main.qml +++ b/touch/Main.qml @@ -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