summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioplayer.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-18 18:30:53 +0100
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-18 18:30:53 +0100
commit109e04933e4e6b51a3e546f9dc3f0a062eb8470e (patch)
tree7f1ad5fd88e065bff031d3ebcda8c49409057d0b /src/3rdparty/phonon/mmf/audioplayer.h
parent62e9750e4055808f5eb04479b2f0c221e13747ff (diff)
Started work on VideoPlayer implementation
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioplayer.h')
-rw-r--r--src/3rdparty/phonon/mmf/audioplayer.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/3rdparty/phonon/mmf/audioplayer.h b/src/3rdparty/phonon/mmf/audioplayer.h
index f58ee0d6ff..39e55d991c 100644
--- a/src/3rdparty/phonon/mmf/audioplayer.h
+++ b/src/3rdparty/phonon/mmf/audioplayer.h
@@ -23,7 +23,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
class CDrmPlayerUtility;
class TTimeIntervalMicroSeconds;
-class QTimer;
#ifdef QT_PHONON_MMF_AUDIO_DRM
#include <drmaudiosampleplayer.h>
@@ -39,18 +38,16 @@ namespace Phonon
{
namespace MMF
{
- class AudioOutput;
-
/**
*
* See
* <a href="http://wiki.forum.nokia.com/index.php/How_to_play_a_video_file_using_CVideoPlayerUtility">How to
* play a video file using CVideoPlayerUtility</a>
*/
- class AudioPlayer : public AbstractMediaPlayer
- , public MPlayerObserverType // typedef
+ class AudioPlayer : public AbstractMediaPlayer
+ , public MPlayerObserverType // typedef
#ifdef QT_PHONON_MMF_AUDIO_DRM
- , public MAudioLoadingObserver
+ , public MAudioLoadingObserver
#endif
{
Q_OBJECT