diff --git a/core/credentialstorekeychain.cpp b/core/credentialstorekeychain.cpp index d1abbefe9..283e612a4 100644 --- a/core/credentialstorekeychain.cpp +++ b/core/credentialstorekeychain.cpp @@ -109,7 +109,7 @@ void CredentialStore::readKeyRecursively( const QString &key ) if ( mReadJob->error() ) { CoreUtils::log( "Auth", QString( "Keychain read error: %1" ).arg( mReadJob->errorString() ) ); - emit authDataRead( QString(), QString(), -1, QString(), QDateTime() ); + emit authDataRead( QString(), QString(), QString(), QDateTime(), -1 ); return; }