mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Various style fixes.
This commit is contained in:
parent
fdd4bc8f3f
commit
fdb94bec52
@ -268,7 +268,6 @@ LastFmConfig::syncLovedTracks( uint page )
|
||||
connect( cmd, SIGNAL( done( DatabaseCommand_LoadSocialActions::TrackActions ) ), this, SLOT( localLovedLoaded( DatabaseCommand_LoadSocialActions::TrackActions ) ) );
|
||||
|
||||
Database::instance()->enqueue( QSharedPointer< DatabaseCommand >( cmd ) );
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -305,7 +304,6 @@ LastFmConfig::onLovedFinished( QNetworkReply* reply )
|
||||
m_lastfmLoved.insert( query );
|
||||
}
|
||||
|
||||
|
||||
if ( thisPage == m_totalLovedPages )
|
||||
{
|
||||
m_doneFetchingLoved = true;
|
||||
|
@ -623,7 +623,7 @@ LastFmInfoPlugin::similarTracksReturned()
|
||||
returnedData["artists"] = sortedArtists;
|
||||
returnedData["score"] = sortedScores;
|
||||
|
||||
qDebug() << "Returning data, tracks:" << sortedTracks << "artists:" << sortedArtists << "scors:" << sortedScores;
|
||||
tDebug( LOGVERBOSE ) << "Returning data, tracks:" << sortedTracks << "artists:" << sortedArtists << "scores:" << sortedScores;
|
||||
|
||||
Tomahawk::InfoSystem::InfoRequestData requestData = reply->property( "requestData" ).value< Tomahawk::InfoSystem::InfoRequestData >();
|
||||
|
||||
|
@ -191,7 +191,7 @@ TrackView::setPlaylistItemDelegate( PlaylistItemDelegate* delegate )
|
||||
void
|
||||
TrackView::setPlayableModel( PlayableModel* model )
|
||||
{
|
||||
m_model = model;
|
||||
m_model = model;
|
||||
|
||||
if ( m_proxyModel )
|
||||
{
|
||||
|
@ -181,4 +181,4 @@ void StyleHelper::drawArrow( QStyle::PrimitiveElement element, QPainter* p, cons
|
||||
int xOffset = r.x() + ( r.width() - size ) / 2;
|
||||
int yOffset = r.y() + ( r.height() - size ) / 2;
|
||||
p->drawPixmap( xOffset, yOffset, pixmap );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user