mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-16 14:01:58 +02:00
Actually write credentials data.
This commit is contained in:
parent
5175b83d69
commit
eed056505f
@ -298,6 +298,7 @@ CredentialsManager::rewriteCredentialsOsx( const QString& service )
|
||||
|
||||
QKeychain::WritePasswordJob* j = new QKeychain::WritePasswordJob( service, this );
|
||||
j->setKey( OSX_SINGLE_KEY );
|
||||
j->setTextData( data );
|
||||
|
||||
j->setAutoDelete( false );
|
||||
#if defined( Q_OS_UNIX ) && !defined( Q_OS_MAC )
|
||||
|
Loading…
x
Reference in New Issue
Block a user