diff --git a/src/plugins/coreplugin/iwelcomepage.cpp b/src/plugins/coreplugin/iwelcomepage.cpp index 78a7f554a4f..b07a399b6ea 100644 --- a/src/plugins/coreplugin/iwelcomepage.cpp +++ b/src/plugins/coreplugin/iwelcomepage.cpp @@ -98,8 +98,8 @@ public: void doUpdate(bool cursorInside); WelcomePageButton *q; - QHBoxLayout *m_layout; - QLabel *m_label; + QHBoxLayout *m_layout = nullptr; + QLabel *m_label = nullptr; QLabel *m_icon = nullptr; std::function onClicked;