1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Fixed invoke.

This commit is contained in:
Christian Muehlhaeuser
2013-06-29 19:46:31 +02:00
parent d025e8f512
commit 3a822f22e9

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;
}