diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-10-10 09:24:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-10-10 09:24:15 +0000 |
| commit | 5f4a1ef29564a4a4568b471b5ed41b2ff2cd5b5e (patch) | |
| tree | 2577656e1dfd7682785cbf2aee66c47b3405d5ff /src/plugins/Input/flac/decoderflacfactory.h | |
| parent | 45117f6d2f2ccfb47af840d4416f43607d83d518 (diff) | |
| download | qmmp-5f4a1ef29564a4a4568b471b5ed41b2ff2cd5b5e.tar.gz qmmp-5f4a1ef29564a4a4568b471b5ed41b2ff2cd5b5e.tar.bz2 qmmp-5f4a1ef29564a4a4568b471b5ed41b2ff2cd5b5e.zip | |
enabled flac plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@576 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/flac/decoderflacfactory.h')
| -rw-r--r-- | src/plugins/Input/flac/decoderflacfactory.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/plugins/Input/flac/decoderflacfactory.h b/src/plugins/Input/flac/decoderflacfactory.h index 3e4beb5a8..983355d23 100644 --- a/src/plugins/Input/flac/decoderflacfactory.h +++ b/src/plugins/Input/flac/decoderflacfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -28,10 +28,6 @@ #include <qmmp/decoder.h> #include <qmmp/output.h> #include <qmmp/decoderfactory.h> -#include <qmmp/filetag.h> - - - class DecoderFLACFactory : public QObject, DecoderFactory @@ -43,8 +39,8 @@ public: bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; - Decoder *create(QObject *, QIODevice *, Output *); - FileTag *createTag(const QString &source); + Decoder *create(QObject *, QIODevice *, Output *, const QString &); + QList<FileInfo *> createPlayList(const QString &fileName); QObject* showDetails(QWidget *parent, const QString &path); void showSettings(QWidget *parent); void showAbout(QWidget *parent); |
