From ff2321878fece5dcc774557b391e4d0cb8860f37 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 21 Aug 2015 20:27:39 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5471 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/qmmpui') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 549339b2e..d8602d531 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -81,6 +81,21 @@ struct SimpleSelection * * @author Vladimir Kuznetsov * @author Ilya Kotov + * + * Playlist Structure + * ----------------------- + * | item | track | item | + * | index | index | type | + * ----------------------- + * | 0 | | group | + * | 1 | 0 | track | + * | 2 | 1 | track | + * | 3 | 2 | track | + * | 4 | 3 | track | + * | 5 | | group | + * | 6 | 4 | track | + * | 7 | 5 | track | + * | 8 | 6 | track | */ class PlayListModel : public QObject { -- cgit v1.2.3-13-gbd6f