Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -355,7 +355,7 @@ struct HelixVip {
|
||||
|
||||
struct HelixChatters {
|
||||
std::unordered_set<QString> chatters;
|
||||
int total;
|
||||
int total{};
|
||||
QString cursor;
|
||||
|
||||
HelixChatters() = default;
|
||||
|
||||
Reference in New Issue
Block a user