Fix hang when remote plugin is missing (#3770)

This commit is contained in:
Dominic Clark
2017-10-01 16:30:37 +01:00
committed by Oskar Wallgren
parent b1af4c233f
commit d5a2ea136f

View File

@@ -196,6 +196,7 @@ bool RemotePlugin::init( const QString &pluginExecutable,
qWarning( "Remote plugin '%s' not found.",
exec.toUtf8().constData() );
m_failed = true;
invalidate();
unlock();
return failed();
}