Skip to content
Snippets Groups Projects
Commit eb3c88eb authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Compile.

parent 9cbbeec6
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ void CoreGdbAdapter::startAdapter() ...@@ -78,7 +78,7 @@ void CoreGdbAdapter::startAdapter()
#ifndef EXE_FROM_CORE #ifndef EXE_FROM_CORE
if (m_executable.isEmpty()) { 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.")); tr("No executable to load symbols from specified."));
} }
m_engine->handleAdapterStarted(); m_engine->handleAdapterStarted();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment