forked from qt-creator/qt-creator
Debugger: Make some of the plugin tests compilable again
Change-Id: I5c3885cb385dc1c15dce14f2ff52bf70edee8399 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -4274,7 +4274,7 @@ void GdbEngine::handleAdapterStartFailed(const QString &msg, Id settingsIdHint)
|
||||
{
|
||||
CHECK_STATE(EngineSetupOk);
|
||||
showMessage(_("ADAPTER START FAILED"));
|
||||
if (!msg.isEmpty()) {
|
||||
if (!msg.isEmpty() && !Internal::isTestRun()) {
|
||||
const QString title = tr("Adapter start failed");
|
||||
if (!settingsIdHint.isValid()) {
|
||||
ICore::showWarningWithOptions(title, msg);
|
||||
|
||||
Reference in New Issue
Block a user