mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 01:30:02 +02:00
don't fall through and go crazy. return like a good boy.
This commit is contained in:
@@ -348,6 +348,7 @@ DynamicPlaylist::setRevision( const QString& rev,
|
||||
Q_ARG( bool, is_newest_rev ),
|
||||
QGenericArgument( "QMap< QString,Tomahawk::plentry_ptr > " , (const void*)&addedmap ),
|
||||
Q_ARG( bool, applied ) );
|
||||
return;
|
||||
}
|
||||
|
||||
QList<dyncontrol_ptr> controls = variantsToControl( controlsV );
|
||||
|
Reference in New Issue
Block a user