mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 01:51:58 +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 ),
|
Q_ARG( bool, is_newest_rev ),
|
||||||
QGenericArgument( "QMap< QString,Tomahawk::plentry_ptr > " , (const void*)&addedmap ),
|
QGenericArgument( "QMap< QString,Tomahawk::plentry_ptr > " , (const void*)&addedmap ),
|
||||||
Q_ARG( bool, applied ) );
|
Q_ARG( bool, applied ) );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<dyncontrol_ptr> controls = variantsToControl( controlsV );
|
QList<dyncontrol_ptr> controls = variantsToControl( controlsV );
|
||||||
|
Reference in New Issue
Block a user