mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
fix style
This commit is contained in:
@@ -719,7 +719,8 @@ AudioEngine::setStopAfterTrack(const query_ptr& query)
|
|||||||
{
|
{
|
||||||
if ( m_stopAfterTrack != query )
|
if ( m_stopAfterTrack != query )
|
||||||
{
|
{
|
||||||
m_stopAfterTrack = query; emit stopAfterTrack_changed();
|
m_stopAfterTrack = query;
|
||||||
|
emit stopAfterTrack_changed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user