diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-18 11:47:14 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-18 11:47:14 +0000 |
| commit | 6925380098f9de4841534db7e8285ba0c18c2ca2 (patch) | |
| tree | a29374713c232d31b49afead88707f924e8c9f76 /src/qmmpui/general.h | |
| parent | 625b2712c1c9fa46ba43684a24a477aa60d88089 (diff) | |
| download | qmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.tar.gz qmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.tar.bz2 qmmp-6925380098f9de4841534db7e8285ba0c18c2ca2.zip | |
make seek and time accessible by general plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@278 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/general.h')
| -rw-r--r-- | src/qmmpui/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index 8c26866ec..f35686903 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -50,6 +50,7 @@ public: virtual void setState(const uint &state); virtual void setSongInfo(const SongInfo &song); virtual void setVolume(int left, int right); + virtual void setTime(int time); //static methods static QList<GeneralFactory*> *generalFactories(); |
