diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-07-18 17:21:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-07-18 17:21:21 +0000 |
| commit | ef7a934ed7220b6f597e5ef1b6f85730b0fee25b (patch) | |
| tree | 434e9d125946cb02f865a22e9a7c556349cba0cb /src/plugins/Ui/skinned/playlisttitlebar.h | |
| parent | 09eafb312823cb995cffc98cfd8f0de4ee7526b3 (diff) | |
| download | qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.tar.gz qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.tar.bz2 qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10180 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlisttitlebar.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlisttitlebar.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/Ui/skinned/playlisttitlebar.h b/src/plugins/Ui/skinned/playlisttitlebar.h index b470dd808..71d285560 100644 --- a/src/plugins/Ui/skinned/playlisttitlebar.h +++ b/src/plugins/Ui/skinned/playlisttitlebar.h @@ -55,17 +55,17 @@ private: void updatePixmap(); Skin *m_skin; QPoint pos; - bool m_active; + bool m_active = false; PlayList* m_pl; MainWindow* m_mw; - Button* m_close; - Button* m_shade; - Button* m_shade2; - bool m_shaded; - bool m_align, m_resize; + Button *m_close; + Button *m_shade = nullptr; + Button *m_shade2 = nullptr; + bool m_shaded = false; + bool m_align = false, m_resize = false; int m_ratio; int m_height; - PlayListModel* m_model; + PlayListModel* m_model = nullptr; QString m_text; QString m_truncatedText; QFont m_font; |
