mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
fix typo (#6572)
This commit is contained in:
parent
364470b3c8
commit
5309dd17be
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ void CardPictureLoaderWorkerWork::handleNetworkReply(QNetworkReply *reply)
|
||||||
redirectUrl = url.resolved(redirectUrl);
|
redirectUrl = url.resolved(redirectUrl);
|
||||||
}
|
}
|
||||||
if (url == redirectUrl) {
|
if (url == redirectUrl) {
|
||||||
qCWarning(CardPictureLoaderWorkerWorkLog) << "recusive redirect detected!";
|
qCWarning(CardPictureLoaderWorkerWorkLog) << "recursive redirect detected!";
|
||||||
redirectFailure = true;
|
redirectFailure = true;
|
||||||
} else {
|
} else {
|
||||||
emit urlRedirected(url, redirectUrl);
|
emit urlRedirected(url, redirectUrl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue