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/sidhelper.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/sidhelper.h')
| -rw-r--r-- | src/plugins/Input/sid/sidhelper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Input/sid/sidhelper.h b/src/plugins/Input/sid/sidhelper.h index b66f6aa0b..4e9d41c9f 100644 --- a/src/plugins/Input/sid/sidhelper.h +++ b/src/plugins/Input/sid/sidhelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 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 * @@ -26,7 +26,7 @@ #include <sidplayfp/SidTune.h> #include <sidplayfp/SidTuneInfo.h> #include <sidplayfp/SidDatabase.h> -#include <qmmp/fileinfo.h> +#include <qmmp/trackinfo.h> /** @author Ilya Kotov <forkotov02@ya.ru> @@ -37,7 +37,7 @@ public: SIDHelper(SidDatabase *db); ~SIDHelper(); SidTune *load(const QString &url); - QList <FileInfo*> createPlayList(bool meta); + QList<TrackInfo *> createPlayList(TrackInfo::Parts parts); private: QString m_path; |
