1
0
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:
Teo Mrnjavac
2013-09-12 14:03:37 +02:00
parent c0b0c9580e
commit 0bf97130f6

View File

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