diff --git a/oauth/kqoauthmanager.cpp b/oauth/kqoauthmanager.cpp index c7ff0ad..4471a50 100644 --- a/oauth/kqoauthmanager.cpp +++ b/oauth/kqoauthmanager.cpp @@ -678,6 +678,7 @@ void KQOAuthManager::onAuthorizedRequestReplyReceived( QNetworkReply *reply ) { if (d->error != KQOAuthManager::NoError) { qWarning() << "Network reply error"; qDebug() << d->error; + emit requestReady(networkReply); return; }