diff options
Diffstat (limited to 'src/plugins/Input/gme/gmehelper.h')
| -rw-r--r-- | src/plugins/Input/gme/gmehelper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Input/gme/gmehelper.h b/src/plugins/Input/gme/gmehelper.h index b42eed7fe..2908308e4 100644 --- a/src/plugins/Input/gme/gmehelper.h +++ b/src/plugins/Input/gme/gmehelper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010-2012 by Ilya Kotov * + * Copyright (C) 2010-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,7 @@ #include <QString> #include <QList> #include <gme/gme.h> -#include <qmmp/fileinfo.h> +#include <qmmp/trackinfo.h> /** @author Ilya Kotov <forkotov02@ya.ru> @@ -35,7 +35,7 @@ public: GmeHelper(); ~GmeHelper(); Music_Emu *load(const QString &url, int sample_rate = 44100); - QList <FileInfo*> createPlayList(bool meta); + QList<TrackInfo*> createPlayList(TrackInfo::Parts parts); int fadeLength(); private: |
