1
0
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:
Leo Franchi
2011-01-16 23:50:56 -05:00
parent c34396c0fa
commit 483c459821

View File

@@ -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 );