summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioplayer.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-25 15:19:11 +0100
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-25 15:19:11 +0100
commitf3defb60f21cfe2456ace1148afcce43112f9c51 (patch)
tree1f7420f2b83eff53615f4b427f4f19a0b6f34b7b /src/3rdparty/phonon/mmf/audioplayer.h
parent9bcdcc33e1abd202a5b0ec156ff22624bd21740c (diff)
Added some missing signals in MediaObject; fixed seek slider in musicplayer.exe
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioplayer.h')
-rw-r--r--src/3rdparty/phonon/mmf/audioplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/audioplayer.h b/src/3rdparty/phonon/mmf/audioplayer.h
index 29ed12e294..8d29547a36 100644
--- a/src/3rdparty/phonon/mmf/audioplayer.h
+++ b/src/3rdparty/phonon/mmf/audioplayer.h
@@ -58,12 +58,12 @@ namespace Phonon
virtual void doPlay();
virtual void doPause();
virtual void doStop();
+ virtual void doSeek(qint64 milliseconds);
virtual int setDeviceVolume(int mmfVolume);
virtual int openFile(RFile& file);
virtual void close();
// MediaObjectInterface
- virtual void seek(qint64 milliseconds);
virtual bool hasVideo() const;
virtual qint64 currentTime() const;
virtual qint64 totalTime() const;
@@ -85,7 +85,7 @@ namespace Phonon
#endif
Q_SIGNALS:
- void totalTimeChanged();
+ void totalTimeChanged(qint64 length);
void finished();
private: