diff options
Diffstat (limited to 'src/qmmpui/playlistformat.h')
| -rw-r--r-- | src/qmmpui/playlistformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index aee5c2e8f..4cb7b4d70 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -58,6 +58,7 @@ public: * Takes the list of \b PlayListTrack objects, should return content of * encoded playlist file. * @param path Playlist file path (May be used to adjust playlist content). + * @param contents A list of \b PlayListTrack pointers. */ virtual QByteArray encode(const QList<PlayListTrack*> &contents, const QString &path) = 0; }; |
