fixed missing signal on request error
This commit is contained in:
parent
e69b3513a4
commit
6bc048d79d
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ void KQOAuthManager::onAuthorizedRequestReplyReceived( QNetworkReply *reply ) {
|
||||||
if (d->error != KQOAuthManager::NoError) {
|
if (d->error != KQOAuthManager::NoError) {
|
||||||
qWarning() << "Network reply error";
|
qWarning() << "Network reply error";
|
||||||
qDebug() << d->error;
|
qDebug() << d->error;
|
||||||
|
emit requestReady(networkReply);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue