diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-25 20:52:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-25 20:52:56 +0000 |
| commit | 525d822bec49c9952388b71ffd7c293528b31c24 (patch) | |
| tree | 5573da458b29dcf72b5f9226935957c84c6d6c1f /src/plugins/Input/mad/decodermadfactory.h | |
| parent | 9f84a7baad27edb52a1a443a1f7f3aa7ab7594c1 (diff) | |
| download | qmmp-525d822bec49c9952388b71ffd7c293528b31c24.tar.gz qmmp-525d822bec49c9952388b71ffd7c293528b31c24.tar.bz2 qmmp-525d822bec49c9952388b71ffd7c293528b31c24.zip | |
using QMap for metadata
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@561 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.h')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.h b/src/plugins/Input/mad/decodermadfactory.h index 3b1a45818..de51f2450 100644 --- a/src/plugins/Input/mad/decodermadfactory.h +++ b/src/plugins/Input/mad/decodermadfactory.h @@ -43,7 +43,7 @@ public: bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(QObject *, QIODevice *, Output *, const QString &); - FileTag *createTag(const QString &source); + FileInfo *getFileInfo(const QString &source); QObject* showDetails(QWidget *parent, const QString &path); void showSettings(QWidget *parent); void showAbout(QWidget *parent); |
