Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -90,10 +90,10 @@ struct MessageLayoutContainer {
|
||||
|
||||
private:
|
||||
struct Line {
|
||||
int startIndex;
|
||||
int endIndex;
|
||||
int startCharIndex;
|
||||
int endCharIndex;
|
||||
int startIndex{};
|
||||
int endIndex{};
|
||||
int startCharIndex{};
|
||||
int endCharIndex{};
|
||||
QRect rect;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user