1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Missing stylefix

This commit is contained in:
Hugo Lindström
2012-09-11 21:33:11 +02:00
parent ee73e502a5
commit 069cb843ea

View File

@@ -112,7 +112,7 @@ SoundcloudParser::parseTrack( const QVariantMap& res )
}
void
SoundcloudParser::SoundcloudLookupFinished()
SoundcloudParser::soundcloudLookupFinished()
{
QNetworkReply* r = qobject_cast< QNetworkReply* >( sender() );
@@ -187,7 +187,7 @@ SoundcloudParser::playlistCreated()
}
void
SoundcloudParser::SoundcloudBrowseFinished()
SoundcloudParser::soundcloudBrowseFinished()
{
QNetworkReply* r = qobject_cast< QNetworkReply* >( sender() );
Q_ASSERT( r );