forked from qt-creator/qt-creator
Welcome: Initialize pointers
Change-Id: Ib64fb5a316324c36957ea64c493674cfa85674cd Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -98,8 +98,8 @@ public:
|
|||||||
void doUpdate(bool cursorInside);
|
void doUpdate(bool cursorInside);
|
||||||
|
|
||||||
WelcomePageButton *q;
|
WelcomePageButton *q;
|
||||||
QHBoxLayout *m_layout;
|
QHBoxLayout *m_layout = nullptr;
|
||||||
QLabel *m_label;
|
QLabel *m_label = nullptr;
|
||||||
QLabel *m_icon = nullptr;
|
QLabel *m_icon = nullptr;
|
||||||
|
|
||||||
std::function<void()> onClicked;
|
std::function<void()> onClicked;
|
||||||
|
|||||||
Reference in New Issue
Block a user