settings: Fix comment structure

This commit is contained in:
Zach Hilman
2019-01-07 19:40:23 -05:00
parent 05dbb47af5
commit ac7d8983eb
2 changed files with 7 additions and 5 deletions

View File

@ -663,7 +663,8 @@ void Config::SaveValues() {
qt_config->setValue("custom_rtc_enabled", Settings::values.custom_rtc.has_value());
qt_config->setValue("custom_rtc",
Settings::values.custom_rtc.value_or(std::chrono::seconds{}).count());
QVariant::fromValue<long long>(
Settings::values.custom_rtc.value_or(std::chrono::seconds{}).count()));
qt_config->endGroup();