- fixed a bug that lead to segmentation faults
This commit is contained in:
parent
d37c5646f0
commit
37bea9105f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void ScStwRemoteRace::handleClientStateChange() {
|
||||||
break;
|
break;
|
||||||
case ScStwClient::DISCONNECTED:
|
case ScStwClient::DISCONNECTED:
|
||||||
this->remoteTimers.clear();
|
this->remoteTimers.clear();
|
||||||
this->setTimers(this->localTimers, true);
|
this->setTimers(this->localTimers, false);
|
||||||
emit this->timersChanged();
|
emit this->timersChanged();
|
||||||
emit this->detailsChanged();
|
emit this->detailsChanged();
|
||||||
emit this->currentStartDelayChanged();
|
emit this->currentStartDelayChanged();
|
||||||
|
|
Reference in a new issue