1
0
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:
Teo Mrnjavac 2013-09-12 12:07:05 +02:00
parent 5175b83d69
commit eed056505f

View File

@ -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 )