diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-15 20:23:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-15 20:23:48 +0000 |
| commit | 915fb430e960e5601de70002cd831477e33f8acf (patch) | |
| tree | e3459d046efbb5231c16efc327019ec8a01b110a /src/plugins/Ui/skinned/mainwindow.h | |
| parent | 143ecc15abe768b15071eaddfbda4efbdfb8555c (diff) | |
| download | qmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.gz qmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.bz2 qmmp-915fb430e960e5601de70002cd831477e33f8acf.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8777 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/mainwindow.h')
| -rw-r--r-- | src/plugins/Ui/skinned/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/mainwindow.h b/src/plugins/Ui/skinned/mainwindow.h index 176009958..018657ac9 100644 --- a/src/plugins/Ui/skinned/mainwindow.h +++ b/src/plugins/Ui/skinned/mainwindow.h @@ -106,8 +106,8 @@ private: PlayList *m_playlist; PlayListManager *m_pl_manager; EqWidget *m_equalizer; - MainVisual *m_vis; - bool m_update; + MainVisual *m_vis = nullptr; + bool m_update = false; Skin *m_skin; bool m_hideOnClose, m_startHidden; VisualMenu *m_visMenu; |
