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

* Fixed invoke.

This commit is contained in:
Christian Muehlhaeuser
2013-06-29 19:46:31 +02:00
committed by Michael Zanetti
parent 59003b88e9
commit 6378a1658d

View File

@@ -445,7 +445,7 @@ DynamicPlaylist::setRevision( const QString& rev,
Q_ARG( QString, rev ),
Q_ARG( bool, is_newest_rev ),
Q_ARG( QString, type ),
QGenericArgument( "QList< Tomahawk::dyncontrol_ptr >" , (const void*)&controls ),
Q_ARG( QVariantList, controls ),
Q_ARG( bool, applied ) );
return;
}