debugger: move convienience function to DebuggerEngine base class

This commit is contained in:
hjk
2010-07-21 14:24:29 +02:00
parent b31a29b18d
commit 9cbbeec6c1
10 changed files with 20 additions and 19 deletions

View File

@@ -167,7 +167,7 @@ void TermGdbAdapter::interruptInferior()
void TermGdbAdapter::stubMessage(const QString &msg, bool)
{
showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
DebuggerEngine::showMessageBox(QMessageBox::Critical, tr("Debugger Error"), msg);
}
void TermGdbAdapter::stubExited()