- fixed a bug that lead to segmentation faults

This commit is contained in:
Dorian Zedler 2021-01-15 18:16:30 +01:00
parent d37c5646f0
commit 37bea9105f
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void ScStwRemoteRace::handleClientStateChange() {
break;
case ScStwClient::DISCONNECTED:
this->remoteTimers.clear();
this->setTimers(this->localTimers, true);
this->setTimers(this->localTimers, false);
emit this->timersChanged();
emit this->detailsChanged();
emit this->currentStartDelayChanged();