diff options
Diffstat (limited to 'src/plugins/PlayListFormats/pls/plsplaylistformat.h')
| -rw-r--r-- | src/plugins/PlayListFormats/pls/plsplaylistformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/PlayListFormats/pls/plsplaylistformat.h b/src/plugins/PlayListFormats/pls/plsplaylistformat.h index 7fed6d810..79bebf91c 100644 --- a/src/plugins/PlayListFormats/pls/plsplaylistformat.h +++ b/src/plugins/PlayListFormats/pls/plsplaylistformat.h @@ -36,8 +36,8 @@ class PLSPlaylistFormat : public QObject, public PlayListFormat Q_INTERFACES(PlayListFormat) public: const PlayListFormatProperties properties() const; - QStringList decode(const QString& contents); - QString encode(const QList<PlayListTrack*>& contents, const QString &path); + QList<PlayListTrack*> decode(const QByteArray& contents); + QByteArray encode(const QList<PlayListTrack*> &contents, const QString &path); }; |
