mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Useless #ifdef is useless
This commit is contained in:
@@ -301,9 +301,7 @@ CredentialsManager::rewriteCredentialsOsx( const QString& service )
|
||||
j->setTextData( data );
|
||||
|
||||
j->setAutoDelete( false );
|
||||
#if defined( Q_OS_UNIX ) && !defined( Q_OS_MAC )
|
||||
j->setInsecureFallback( true );
|
||||
#endif
|
||||
|
||||
connect( j, SIGNAL( finished( QKeychain::Job* ) ),
|
||||
SLOT( keychainJobFinished( QKeychain::Job* ) ) );
|
||||
j->start();
|
||||
|
Reference in New Issue
Block a user