From fc595e1a34265a1538343440f8f1e11dc59c6cf8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 24 Oct 2017 20:49:28 +0000 Subject: updated API documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7637 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistformat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qmmpui/playlistformat.h') 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 &contents, const QString &path) = 0; }; -- cgit v1.2.3-13-gbd6f