diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-29 19:29:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-29 19:29:03 +0000 |
| commit | ad050bfb8b19d968fb6c6fa4645b92a11e885729 (patch) | |
| tree | 1e29efd4aeb3810158f7ffdf3fe60cf61ce11407 /src/plugins/Input/mpc/decodermpcfactory.h | |
| parent | 17ceaf86705f63c6e95327ac03ea3f447d43a462 (diff) | |
| download | qmmp-ad050bfb8b19d968fb6c6fa4645b92a11e885729.tar.gz qmmp-ad050bfb8b19d968fb6c6fa4645b92a11e885729.tar.bz2 qmmp-ad050bfb8b19d968fb6c6fa4645b92a11e885729.zip | |
enabled mpc plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7972 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc/decodermpcfactory.h')
| -rw-r--r-- | src/plugins/Input/mpc/decodermpcfactory.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/plugins/Input/mpc/decodermpcfactory.h b/src/plugins/Input/mpc/decodermpcfactory.h index f2d86789d..ca2a56719 100644 --- a/src/plugins/Input/mpc/decodermpcfactory.h +++ b/src/plugins/Input/mpc/decodermpcfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2015 by Ilya Kotov * + * Copyright (C) 2006-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,21 +20,9 @@ #ifndef DECODERMPCFACTORY_H #define DECODERMPCFACTORY_H -#include <QObject> -#include <QString> -#include <QIODevice> -#include <QWidget> - -#include <qmmp/decoder.h> -#include <qmmp/output.h> #include <qmmp/decoderfactory.h> -#include <qmmp/fileinfo.h> - - - -class DecoderMPCFactory : public QObject, - DecoderFactory +class DecoderMPCFactory : public QObject, DecoderFactory { Q_OBJECT Q_PLUGIN_METADATA(IID "org.qmmp.qmmp.DecoderFactoryInterface.1.0") @@ -44,7 +32,7 @@ public: bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &url, QIODevice *i); - QList<FileInfo *> createPlayList(const QString &fileName, bool useMetaData, QStringList *); + QList<TrackInfo *> createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); void showAbout(QWidget *parent); |
