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