diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-08-13 10:46:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-08-13 10:46:51 +0000 |
| commit | 6cf6bc2f667ea229d3864a8767982bdecab7b146 (patch) | |
| tree | afd9602f80bad18e6c69d74feb9d85c561cf65ff /src/qmmpui/playlisttask_p.h | |
| parent | 90dedc4493d21f3057d86ce4289eee6471a243b5 (diff) | |
| download | qmmp-6cf6bc2f667ea229d3864a8767982bdecab7b146.tar.gz qmmp-6cf6bc2f667ea229d3864a8767982bdecab7b146.tar.bz2 qmmp-6cf6bc2f667ea229d3864a8767982bdecab7b146.zip | |
coding style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9472 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlisttask_p.h')
| -rw-r--r-- | src/qmmpui/playlisttask_p.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/qmmpui/playlisttask_p.h b/src/qmmpui/playlisttask_p.h index 1b2aaca8d..1ce3f9f32 100644 --- a/src/qmmpui/playlisttask_p.h +++ b/src/qmmpui/playlisttask_p.h @@ -76,11 +76,11 @@ private: QList<int> m_indexes; QList <PlayListTrack *> m_new_tracks; PlayListTrack *m_current_track; - int m_sort_mode; - TaskType m_task; - bool m_reverted; - bool m_align_groups; - int m_column; + int m_sort_mode = PlayListModel::TITLE; + TaskType m_task = EMPTY; + bool m_reverted = true; + bool m_align_groups = false; + int m_column = 0; QHash<int, Qmmp::MetaData> m_sort_keys; }; |
