refactor: fix clang-tidy auto*, const&, and curly braces (#5083)
This commit is contained in:
@@ -42,7 +42,9 @@ void SettingsDialogTab::setSelected(bool _selected)
|
||||
SettingsPage *SettingsDialogTab::page()
|
||||
{
|
||||
if (this->page_)
|
||||
{
|
||||
return this->page_;
|
||||
}
|
||||
|
||||
this->page_ = this->lazyPage_();
|
||||
this->page_->setTab(this);
|
||||
|
||||
Reference in New Issue
Block a user