diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-30 18:38:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-05-30 18:38:19 +0000 |
| commit | 234d9ee71a9ed4ed9af8f9f7d384e7a13333ad96 (patch) | |
| tree | 6f3bc0990042167ae2d6462c614bc90ac1e1f224 /src/plugins/Input/sid/decodersidfactory.h | |
| parent | f038e1af639dc9896bbc2a3dfcbb62f53a7853f2 (diff) | |
| download | qmmp-234d9ee71a9ed4ed9af8f9f7d384e7a13333ad96.tar.gz qmmp-234d9ee71a9ed4ed9af8f9f7d384e7a13333ad96.tar.bz2 qmmp-234d9ee71a9ed4ed9af8f9f7d384e7a13333ad96.zip | |
enabled sid plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7978 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sid/decodersidfactory.h')
| -rw-r--r-- | src/plugins/Input/sid/decodersidfactory.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/plugins/Input/sid/decodersidfactory.h b/src/plugins/Input/sid/decodersidfactory.h index bf8b03ebe..1fa556770 100644 --- a/src/plugins/Input/sid/decodersidfactory.h +++ b/src/plugins/Input/sid/decodersidfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2016 by Ilya Kotov * + * Copyright (C) 2013-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,15 +20,9 @@ #ifndef DECODERSIDFACTORY_H #define DECODERSIDFACTORY_H -#include <QObject> -#include <QString> -#include <QIODevice> -#include <QWidget> #include <sidplayfp/SidDatabase.h> -#include <qmmp/decoder.h> -#include <qmmp/output.h> #include <qmmp/decoderfactory.h> -#include <qmmp/fileinfo.h> + /** @author Ilya Kotov <forkotov02@ya.ru> @@ -45,7 +39,7 @@ public: bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); - 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); |
