Merge remote-tracking branch 'origin/5.14' into 5.15.0
This reverts commit 3a6d8df521
.
That change is only for 5.14.
Conflicts:
src/plugins/platforms/wasm/qwasmeventtranslator.cpp
src/plugins/platforms/wasm/qwasmintegration.cpp
src/plugins/platforms/wasm/qwasmopenglcontext.cpp
src/plugins/platforms/wasm/qwasmscreen.cpp
Change-Id: I2d845c795a683e1542201cfb6fdd185fec2b17ab
This commit is contained in:
commit
94b02f6cb2
@ -531,6 +531,7 @@ QByteArray QAuthenticatorPrivate::calculateResponse(const QByteArray &requestMet
|
||||
response = qNtlmPhase3(this, QByteArray::fromBase64(challenge)).toBase64();
|
||||
phase = Done;
|
||||
}
|
||||
challenge = "";
|
||||
}
|
||||
|
||||
break;
|
||||
@ -560,6 +561,7 @@ QByteArray QAuthenticatorPrivate::calculateResponse(const QByteArray &requestMet
|
||||
if (!phase3Token.isEmpty()) {
|
||||
response = phase3Token.toBase64();
|
||||
phase = Done;
|
||||
challenge = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user