added capability to collect multiple errormessages and display them at once

This commit is contained in:
grindhold
2014-11-10 10:35:07 +01:00
parent 05c15dff0c
commit 27a136fe03
7 changed files with 67 additions and 4 deletions

View File

@@ -135,10 +135,7 @@ void VstEffect::openPlugin( const QString & _plugin )
m_pluginMutex.unlock();
closePlugin();
delete tf;
QMessageBox::information( NULL,
VstPlugin::tr( "Failed loading VST plugin" ),
VstPlugin::tr( "The VST plugin %1 could not be loaded for some reason." ).arg( _plugin ),
QMessageBox::Ok );
logError( VstPlugin::tr( "The VST plugin %1 could not be loaded." ) );
return;
}