mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
fix style
This commit is contained in:
@@ -120,7 +120,7 @@ signals:
|
|||||||
private slots:
|
private slots:
|
||||||
void onOffline();
|
void onOffline();
|
||||||
void onOnline();
|
void onOnline();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// private constructor
|
// private constructor
|
||||||
explicit Result( const QString& url );
|
explicit Result( const QString& url );
|
||||||
|
@@ -715,11 +715,12 @@ AudioEngine::setPlaylist( Tomahawk::playlistinterface_ptr playlist )
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AudioEngine::setStopAfterTrack(const query_ptr& query)
|
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