This commit is contained in:
Klaus Basan
2019-04-17 21:57:20 +02:00
parent b093d02f49
commit c69a833598
3 changed files with 4 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ namespace BlackGui
void CSettingsSimulatorComponent::onApplyTimeSync()
{
if (!sGui || sGui->isShuttingDown()) { return; }
const bool timeSync = ui->cb_TimeSync->isChecked();
const QString os = ui->le_TimeSyncOffset->text();
CTime ost(0, CTimeUnit::hrmin());