diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 <vovanec@gmail.com> * @author Ilya Kotov <forkotov02@hotmail.ru> + * + * 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 { |
