diff options
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/xspfplaylistformat.h')
| -rw-r--r-- | src/plugins/PlayListFormats/xspf/xspfplaylistformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h index 4570c041d..d7f705c55 100644 --- a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h +++ b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h @@ -37,7 +37,7 @@ class XSPFPlaylistFormat : 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); }; #endif |
