VST build fixes

This commit is contained in:
Lukas W
2017-11-27 21:26:03 +01:00
parent ea154694f9
commit bba072d54e
7 changed files with 90 additions and 63 deletions

View File

@@ -123,7 +123,7 @@ RemotePlugin::RemotePlugin() :
connect( &m_process, SIGNAL( finished( int, QProcess::ExitStatus ) ),
this, SLOT( processFinished( int, QProcess::ExitStatus ) ) );
connect( &m_process, SIGNAL( errorOccured( QProcess::ProcessError ) ),
connect( &m_process, SIGNAL( errorOccurred( QProcess::ProcessError ) ),
this, SLOT( processErrored( QProcess::ProcessError ) ) );
}