diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-19 08:20:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-19 08:20:21 +0000 |
| commit | 18b1a7a93b6d9c52c386fa92226140cf73520f6c (patch) | |
| tree | daecc71c247e7f16973e4185d3d6ee3ec8a78f55 /src/qmmpui/playlistmodel.h | |
| parent | 85cae67a539120d88537b808f4b77b651d160d2b (diff) | |
| download | qmmp-18b1a7a93b6d9c52c386fa92226140cf73520f6c.tar.gz qmmp-18b1a7a93b6d9c52c386fa92226140cf73520f6c.tar.bz2 qmmp-18b1a7a93b6d9c52c386fa92226140cf73520f6c.zip | |
update current index for grouped container while adding new tracks
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3716 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 9b377d20d..8c0309bca 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -453,6 +453,7 @@ private: int m_total_length; FileLoader *m_loader; bool m_shuffle; + bool m_groups_enabled; QString m_name; PlayListContainer *m_container; }; |
