mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
Break in switch to not fall through to assert
This commit is contained in:
@@ -236,7 +236,9 @@ MusicBrainzPlugin::gotReleasesSlot()
|
|||||||
QNetworkReply* newReply = TomahawkUtils::nam()->get( QNetworkRequest( url ) );
|
QNetworkReply* newReply = TomahawkUtils::nam()->get( QNetworkRequest( url ) );
|
||||||
newReply->setProperty( "requestData", oldReply->property( "requestData" ) );
|
newReply->setProperty( "requestData", oldReply->property( "requestData" ) );
|
||||||
connect( newReply, SIGNAL( finished() ), SLOT( gotRecordingsSlot() ) );
|
connect( newReply, SIGNAL( finished() ), SLOT( gotRecordingsSlot() ) );
|
||||||
}
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user