Fixes: debugger: enum naming cosmetics

This commit is contained in:
hjk
2009-02-16 13:58:43 +01:00
parent f6e3b90ebb
commit 9bb43992cd
4 changed files with 11 additions and 10 deletions

View File

@@ -137,7 +137,7 @@ void DebuggerRunControl::start()
//<daniel> andre: + "\qtc-gdbmacros\"
//emit addToOutputWindow(this, tr("Debugging %1").arg(m_executable));
if (m_manager->startNewDebugger(DebuggerManager::startInternal))
if (m_manager->startNewDebugger(DebuggerManager::StartInternal))
emit started();
else
debuggingFinished();