mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Make compile
This commit is contained in:
@@ -107,7 +107,7 @@ CredentialsManager::loadCredentials( const QString &service )
|
|||||||
SLOT( keychainJobFinished( QKeychain::Job* ) ) );
|
SLOT( keychainJobFinished( QKeychain::Job* ) ) );
|
||||||
m_readJobs[ service ] << j;
|
m_readJobs[ service ] << j;
|
||||||
j->start();
|
j->start();
|
||||||
tDebug() << "Launching OSX-specific QtKeychain readJob for" << key;
|
tDebug() << "Launching OSX-specific QtKeychain readJob for" << OSX_SINGLE_KEY;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user