mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Merge pull request #422 from NoelTautges/error-status-typo
Fix typo in SeerGdbWidget.cpp
This commit is contained in:
@@ -3082,7 +3082,7 @@ void SeerGdbWidget::handleGdbProcessErrored (QProcess::ProcessError errorStatus)
|
||||
QMessageBox::warning(this, "Seer",
|
||||
QString("Unable to launch the GDB program.\n\n") +
|
||||
QString("'%1 %2'").arg(_gdbProcess->program()).arg(_gdbProcess->arguments().join(' ')) + "\n\n" +
|
||||
QString("Error status=%1)").arg(errorStatus),
|
||||
QString("Error status=%1").arg(errorStatus),
|
||||
QMessageBox::Ok);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user