fixed missing signal on request error

This commit is contained in:
Morgan McMillian 2016-10-01 12:17:13 -07:00
parent e69b3513a4
commit 6bc048d79d

View file

@ -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;
}