aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/pls/plsplaylistformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats/pls/plsplaylistformat.h')
-rw-r--r--src/plugins/PlayListFormats/pls/plsplaylistformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/PlayListFormats/pls/plsplaylistformat.h b/src/plugins/PlayListFormats/pls/plsplaylistformat.h
index 42fbb48f6..28b5b724e 100644
--- a/src/plugins/PlayListFormats/pls/plsplaylistformat.h
+++ b/src/plugins/PlayListFormats/pls/plsplaylistformat.h
@@ -37,7 +37,7 @@ class PLSPlaylistFormat : public QObject, public PlayListFormat
public:
const PlayListFormatProperties properties() const;
QStringList decode(const QString& contents);
- QString encode(const QList<PlayListItem*>& contents);
+ QString encode(const QList<PlayListTrack*>& contents);
};