Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace chatterino {
|
||||
struct Command {
|
||||
QString name;
|
||||
QString func;
|
||||
bool showInMsgContextMenu;
|
||||
bool showInMsgContextMenu{};
|
||||
|
||||
Command() = default;
|
||||
explicit Command(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user