Fix all warnings from the cppcoreguidelines-pro-type-member-init clang-tidy check (#4426)
This commit is contained in:
@@ -25,7 +25,7 @@ private:
|
||||
QVBoxLayout *vbox;
|
||||
QComboBox *selector;
|
||||
QDialogButtonBox *buttonBox;
|
||||
} ui_;
|
||||
} ui_{};
|
||||
|
||||
QString channelURL_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user