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/playlistmanager.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/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 5352eef43..c1a5c08ae 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -268,8 +268,8 @@ private: void readPlayLists(); static PlayListManager* m_instance; QList <PlayListModel *> m_models; - PlayListModel *m_current; - PlayListModel *m_selected; + PlayListModel *m_current = nullptr; + PlayListModel *m_selected = nullptr; QTimer *m_timer; PlayListHeaderModel *m_header; QmmpUiSettings *m_ui_settings; |
