This commit is contained in:
Roberto Raggi
2010-07-21 14:36:45 +02:00
parent 9cbbeec6c1
commit eb3c88eb23

View File

@@ -78,7 +78,7 @@ void CoreGdbAdapter::startAdapter()
#ifndef EXE_FROM_CORE
if (m_executable.isEmpty()) {
showMessageBox(QMessageBox::Warning, tr("Error Loading Symbols"),
DebuggerEngine::showMessageBox(QMessageBox::Warning, tr("Error Loading Symbols"),
tr("No executable to load symbols from specified."));
}
m_engine->handleAdapterStarted();