Make http credentials work

This commit is contained in:
Daniel Molkentin 2013-11-05 18:16:00 +01:00
parent 3af622d535
commit 800abbf8b7

View file

@ -193,6 +193,7 @@ void HttpCredentials::slotReadJobDone(QKeychain::Job *job)
QKeychain::Error error = job->error();
switch (error) {
case NoError:
_ready = true;
Q_EMIT fetched();
break;
default: