Skip to content

Commit d0dc4ec

Browse files
committed
fixing authDataRead error
1 parent fd4af5f commit d0dc4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/credentialstorekeychain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void CredentialStore::readKeyRecursively( const QString &key )
109109
if ( mReadJob->error() )
110110
{
111111
CoreUtils::log( "Auth", QString( "Keychain read error: %1" ).arg( mReadJob->errorString() ) );
112-
emit authDataRead( QString(), QString(), -1, QString(), QDateTime() );
112+
emit authDataRead( QString(), QString(), QString(), QDateTime(), -1 );
113113
return;
114114
}
115115

0 commit comments

Comments
 (0)