mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:10:05 +00:00
More clang-tidy cleanup
This commit is contained in:
parent
80c3cb70d2
commit
0c17744bc6
3 changed files with 7 additions and 7 deletions
|
|
@ -42,17 +42,17 @@ ProductSettings::ProductSettings(ProductSettings&&) noexcept = default;
|
|||
ProductSettings&
|
||||
ProductSettings::operator=(ProductSettings&&) noexcept = default;
|
||||
|
||||
SettingsVariable<bool>& ProductSettings::show_smoothed_range_folding() const
|
||||
SettingsVariable<bool>& ProductSettings::show_smoothed_range_folding()
|
||||
{
|
||||
return p->showSmoothedRangeFolding_;
|
||||
}
|
||||
|
||||
SettingsVariable<bool>& ProductSettings::sti_forecast_enabled() const
|
||||
SettingsVariable<bool>& ProductSettings::sti_forecast_enabled()
|
||||
{
|
||||
return p->stiForecastEnabled_;
|
||||
}
|
||||
|
||||
SettingsVariable<bool>& ProductSettings::sti_past_enabled() const
|
||||
SettingsVariable<bool>& ProductSettings::sti_past_enabled()
|
||||
{
|
||||
return p->stiPastEnabled_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue