diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 18:45:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-22 18:45:40 +0000 |
| commit | e235adde49d24b6d034ef2b74b28ad2a6cea2fee (patch) | |
| tree | 052f594f2a861149b95098e80f6ec0dd34664362 /src/plugins/Input/mpc/decodermpcfactory.h | |
| parent | 7f084cab97cf3ad20b24e0fd1ddc58829b6c07bd (diff) | |
| download | qmmp-e235adde49d24b6d034ef2b74b28ad2a6cea2fee.tar.gz qmmp-e235adde49d24b6d034ef2b74b28ad2a6cea2fee.tar.bz2 qmmp-e235adde49d24b6d034ef2b74b28ad2a6cea2fee.zip | |
enabled mpc plugin, fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1250 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc/decodermpcfactory.h')
| -rw-r--r-- | src/plugins/Input/mpc/decodermpcfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/mpc/decodermpcfactory.h b/src/plugins/Input/mpc/decodermpcfactory.h index 76ca2b0f4..c617dd0fd 100644 --- a/src/plugins/Input/mpc/decodermpcfactory.h +++ b/src/plugins/Input/mpc/decodermpcfactory.h @@ -43,9 +43,9 @@ public: bool supports(const QString &source) const; bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; - Decoder *create(QObject *, QIODevice *, Output *, const QString &); + Decoder *create(const QString &url, QIODevice *i); QList<FileInfo *> createPlayList(const QString &fileName, bool useMetaData); - QObject* showDetails(QWidget *parent, const QString &path); + MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); void showAbout(QWidget *parent); QTranslator *createTranslator(QObject *parent); |
