diff options
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; |
