From 6d6ca1e94a50b9f05de6bac9d08dca5d31711370 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 27 Apr 2012 10:37:16 -0400 Subject: [PATCH] fix style --- src/libtomahawk/Result.h | 2 +- src/libtomahawk/audio/AudioEngine.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/libtomahawk/Result.h b/src/libtomahawk/Result.h index 54527aa52..be86e0157 100644 --- a/src/libtomahawk/Result.h +++ b/src/libtomahawk/Result.h @@ -120,7 +120,7 @@ signals: private slots: void onOffline(); void onOnline(); - + private: // private constructor explicit Result( const QString& url ); diff --git a/src/libtomahawk/audio/AudioEngine.cpp b/src/libtomahawk/audio/AudioEngine.cpp index b11f64324..26be43e3b 100644 --- a/src/libtomahawk/audio/AudioEngine.cpp +++ b/src/libtomahawk/audio/AudioEngine.cpp @@ -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(); } }