From 9e9636ada5475874f9eeb704d2af1af7b0447e9a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 27 May 2018 19:43:58 +0000 Subject: fixed sndfile plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7967 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.h') diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h index 95931e428..4882fcef8 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.h +++ b/src/plugins/Input/sndfile/decodersndfilefactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2016 by Ilya Kotov * + * Copyright (C) 2007-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,15 +20,7 @@ #ifndef DECODERSNDFILEFACTORY_H #define DECODERSNDFILEFACTORY_H -#include -#include -#include -#include - -#include -#include #include -#include class DecoderSndFileFactory : public QObject, DecoderFactory @@ -41,7 +33,7 @@ public: bool canDecode(QIODevice *input) const; const DecoderProperties properties() const; Decoder *create(const QString &, QIODevice *); - QList createPlayList(const QString &fileName, bool useMetaData, QStringList *); + QList createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *); MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); void showSettings(QWidget *parent); void showAbout(QWidget *parent); -- cgit v1.2.3-13-gbd6f