Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
|
||||
void updateSize();
|
||||
|
||||
QWidget *page;
|
||||
QWidget *page{};
|
||||
|
||||
void setCustomTitle(const QString &title);
|
||||
void resetCustomTitle();
|
||||
|
||||
Reference in New Issue
Block a user