ZynAddSubFX: use new RemotePlugin::init() method
The old method of passing remote process executable and flags to constructor is not supported anymore. Use RemotePlugin::init() instead.
This commit is contained in:
@@ -74,8 +74,9 @@ Plugin::Descriptor PLUGIN_EXPORT zynaddsubfx_plugin_descriptor =
|
||||
|
||||
ZynAddSubFxRemotePlugin::ZynAddSubFxRemotePlugin() :
|
||||
QObject(),
|
||||
RemotePlugin( "RemoteZynAddSubFx", false )
|
||||
RemotePlugin()
|
||||
{
|
||||
init( "RemoteZynAddSubFx", false );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user