diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-24 20:49:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-10-24 20:49:28 +0000 |
| commit | fc595e1a34265a1538343440f8f1e11dc59c6cf8 (patch) | |
| tree | 02b95cb3288f37afbde55d6568b01274fee82426 /src/qmmpui/playlistformat.h | |
| parent | 2f300cd969c2c1dc4cf91686f563c32573628601 (diff) | |
| download | qmmp-fc595e1a34265a1538343440f8f1e11dc59c6cf8.tar.gz qmmp-fc595e1a34265a1538343440f8f1e11dc59c6cf8.tar.bz2 qmmp-fc595e1a34265a1538343440f8f1e11dc59c6cf8.zip | |
updated API documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7637 90c681e8-e032-0410-971d-27865f9a5e38
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; }; |
