diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
| commit | dd1617ae2862cea5f2c27a1c6d3e3859655a040f (patch) | |
| tree | 739e9e6270aefe2ae35239ebb7fe72b6b8ad5fe2 /src/qmmpui/fileloader_p.h | |
| parent | 8ca516bc875e88009821a243843d8c7ef986235e (diff) | |
| download | qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.gz qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.bz2 qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.zip | |
improved code style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9585 90c681e8-e032-0410-971d-27865f9a5e38
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; }; |
