Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
|
||||
struct {
|
||||
GenericListView *listView;
|
||||
} ui_;
|
||||
} ui_{};
|
||||
|
||||
GenericListModel model_;
|
||||
ActionCallback callback_;
|
||||
|
||||
Reference in New Issue
Block a user