mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +02:00
Add context object to timer connection
This commit is contained in:
parent
5f4b2a0080
commit
86b635d80a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ MixerAvatar::MixerAvatar() {
|
|||
_challengeTimer.setSingleShot(true);
|
||||
_challengeTimer.setInterval(CHALLENGE_TIMEOUT_MS);
|
||||
|
||||
_challengeTimer.callOnTimeout([this]() {
|
||||
_challengeTimer.callOnTimeout(this, [this]() {
|
||||
if (_verifyState == challengeClient) {
|
||||
_pendingEvent = false;
|
||||
_verifyState = verificationFailed;
|
||||
|
|
Loading…
Reference in a new issue