diff options
author | hjk <[email protected]> | 2012-01-20 18:11:33 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2012-01-20 18:12:00 +0100 |
commit | 406430fa1e4e93e9eb2dcf06dc170212994baef0 (patch) | |
tree | 78898e03492c9c928cb65f4387d1b70021a0d4af /src/plugins/debugger/debuggerplugin.cpp | |
parent | 2163f789b1db1d1caafe3f0f1ca4d10d3ce415c9 (diff) |
debugger: compile fix in lldb support
Change-Id: I5bb5aae496cc1d8b53bf4911d651a10ab52ca924
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index d14f0e308d7..04f62710f1c 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -3183,7 +3183,7 @@ void DebuggerPluginPrivate::extensionsInitialized() cmd = am->registerAction(m_startRemoteLldbAction, "Debugger.RemoteLldb", globalcontext); cmd->setAttribute(Command::CA_Hide); - mstart->addAction(cmd, Constants::G_START_REMOTE); + mstart->addAction(cmd, Constants::G_MANUAL_REMOTE); #endif if (m_startRemoteCdbAction) { |