1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-03 12:47:45 +02:00

* Set sources to unsolved when last source goes offline. Makes them re-resolve when one one comes back online.

This commit is contained in:
Christian Muehlhaeuser
2011-02-15 14:19:24 +01:00
parent 38bae2d53d
commit 703a20847a
2 changed files with 5 additions and 2 deletions

View File

@@ -90,8 +90,11 @@ Query::resultUnavailable()
} }
if ( m_results.isEmpty() ) // FIXME proper score checking if ( m_results.isEmpty() ) // FIXME proper score checking
{
m_solved = false;
emit solvedStateChanged( false ); emit solvedStateChanged( false );
} }
}
void void