diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-17 17:52:35 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-17 17:52:35 +0000 |
| commit | f91f63b99f25d8a01dc1d211e31cc4f39c0476bf (patch) | |
| tree | 9a72048abb609290caa56f61c3ae8a4983c1d230 /src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | |
| parent | a5c350a7cd30d835deb6f7f2ef3b913b473725a2 (diff) | |
| download | qmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.tar.gz qmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.tar.bz2 qmmp-f91f63b99f25d8a01dc1d211e31cc4f39c0476bf.zip | |
added feature to exclude cue data files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4693 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/cdaudio/decodercdaudiofactory.cpp')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp index 64d03ecad..0dc7bf75d 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -57,7 +57,7 @@ Decoder *DecoderCDAudioFactory::create(const QString &url, QIODevice *input) return new DecoderCDAudio(url); } -QList<FileInfo *> DecoderCDAudioFactory::createPlayList(const QString &url, bool useMetaData) +QList<FileInfo *> DecoderCDAudioFactory::createPlayList(const QString &url, bool useMetaData, QStringList *) { Q_UNUSED(useMetaData); QList <FileInfo*> list; |
