mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +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 );
|
||||
j->setKey( OSX_SINGLE_KEY );
|
||||
j->setTextData( data );
|
||||
|
||||
j->setAutoDelete( false );
|
||||
#if defined( Q_OS_UNIX ) && !defined( Q_OS_MAC )
|
||||
|
Reference in New Issue
Block a user