diff options
Diffstat (limited to 'src/plugins/PlayListFormats/m3u/m3uplaylistformat.h')
| -rw-r--r-- | src/plugins/PlayListFormats/m3u/m3uplaylistformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/PlayListFormats/m3u/m3uplaylistformat.h b/src/plugins/PlayListFormats/m3u/m3uplaylistformat.h index ff9f19c63..379ae063e 100644 --- a/src/plugins/PlayListFormats/m3u/m3uplaylistformat.h +++ b/src/plugins/PlayListFormats/m3u/m3uplaylistformat.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2017 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -37,7 +37,7 @@ class M3UPlaylistFormat : public QObject, public PlayListFormat public: const PlayListFormatProperties properties() const; QStringList decode(const QString& contents); - QString encode(const QList<PlayListTrack*>& contents); + QString encode(const QList<PlayListTrack*>& contents, const QString &path); }; |
