diff options
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
| -rw-r--r-- | src/qmmpui/fileloader_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h index 070560047..aa0afd08a 100644 --- a/src/qmmpui/fileloader_p.h +++ b/src/qmmpui/fileloader_p.h @@ -100,9 +100,9 @@ private: QQueue <LoaderTask> m_tasks; QStringList m_filters; QmmpUiSettings *m_settings; - bool m_finished; - bool m_readMetaDataForPlayLists; - TrackInfo::Parts m_parts; + bool m_finished = false; + bool m_readMetaDataForPlayLists = false; + TrackInfo::Parts m_parts = TrackInfo::Parts(); QMutex m_mutex; }; |
