Debugger: Fix typo.

Change-Id: Ie81f9e0fc2ba8eb56019e2b9332298bdb60198a5
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2016-03-22 17:55:20 +01:00
parent fb51c98b8e
commit e4de466cdd

View File

@@ -341,7 +341,7 @@ void DebuggerRunControlCreator::enrich(const RunConfiguration *runConfig, const
m_kit = m_target->kit();
// Make sure we have something sensible to start with.
m_rp.inferior.runMode == ApplicationLauncher::Console;
m_rp.inferior.runMode = ApplicationLauncher::Console;
m_rp.useTerminal = false;
// Extract as much as possible from available RunConfiguration.