diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-10 14:53:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-12-10 14:53:53 +0000 |
| commit | 8351bd6fbf8b9b6b3360a0cfd6546127794d0b89 (patch) | |
| tree | 72ade90c82202e165308077ca1b48ccc44bb11fb /src/qmmpui/playlistmanager.h | |
| parent | dfa869cd3cdcc875bcd8a673da455cb6a5ab7451 (diff) | |
| download | qmmp-8351bd6fbf8b9b6b3360a0cfd6546127794d0b89.tar.gz qmmp-8351bd6fbf8b9b6b3360a0cfd6546127794d0b89.tar.bz2 qmmp-8351bd6fbf8b9b6b3360a0cfd6546127794d0b89.zip | |
do not read playlist settings twice
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3959 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index c6769e4fd..dce8ba8bf 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -288,6 +288,7 @@ private: bool m_repeatable, m_shuffle, m_autosave_playlist; bool m_groups_enabled; QTimer *m_timer; + bool m_update; }; #endif // PLAYLISTMANAGER_H |
