mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
fix style
This commit is contained in:
parent
b92f7f551e
commit
6d6ca1e94a
@ -120,7 +120,7 @@ signals:
|
||||
private slots:
|
||||
void onOffline();
|
||||
void onOnline();
|
||||
|
||||
|
||||
private:
|
||||
// private constructor
|
||||
explicit Result( const QString& url );
|
||||
|
@ -715,11 +715,12 @@ AudioEngine::setPlaylist( Tomahawk::playlistinterface_ptr playlist )
|
||||
|
||||
|
||||
void
|
||||
AudioEngine::setStopAfterTrack(const query_ptr& query)
|
||||
AudioEngine::setStopAfterTrack( const query_ptr& query )
|
||||
{
|
||||
if ( m_stopAfterTrack != query )
|
||||
{
|
||||
m_stopAfterTrack = query; emit stopAfterTrack_changed();
|
||||
m_stopAfterTrack = query;
|
||||
emit stopAfterTrack_changed();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user