mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Use tDebug().
This commit is contained in:
@@ -52,7 +52,7 @@ DatabaseCommand_Resolve::exec( DatabaseImpl* lib )
|
|||||||
|
|
||||||
if ( !m_query->resultHint().isEmpty() )
|
if ( !m_query->resultHint().isEmpty() )
|
||||||
{
|
{
|
||||||
qDebug() << "Using result-hint to speed up resolving:" << m_query->resultHint();
|
tDebug() << "Using result-hint to speed up resolving:" << m_query->resultHint();
|
||||||
|
|
||||||
Tomahawk::result_ptr result = lib->resultFromHint( m_query );
|
Tomahawk::result_ptr result = lib->resultFromHint( m_query );
|
||||||
if ( !result.isNull() && ( result->collection().isNull() || result->collection()->source()->isOnline() ) )
|
if ( !result.isNull() && ( result->collection().isNull() || result->collection()->source()->isOnline() ) )
|
||||||
|
Reference in New Issue
Block a user