forked from qt-creator/qt-creator
debugger: move convienience function to DebuggerEngine base class
This commit is contained in:
@@ -128,7 +128,7 @@ void RemoteGdbServerAdapter::uploadProcError(QProcess::ProcessError error)
|
||||
}
|
||||
|
||||
showMessage(msg, StatusBar);
|
||||
showMessageBox(QMessageBox::Critical, tr("Error"), msg);
|
||||
DebuggerEngine::showMessageBox(QMessageBox::Critical, tr("Error"), msg);
|
||||
}
|
||||
|
||||
void RemoteGdbServerAdapter::readUploadStandardOutput()
|
||||
|
||||
Reference in New Issue
Block a user