Fix startup crash on Mac

Introduced by f023b1ddbd

Reviewed-by: Kai Koehne
This commit is contained in:
con
2011-04-08 09:20:14 +02:00
parent f023b1ddbd
commit a0925af7d1

View File

@@ -2774,10 +2774,12 @@ void DebuggerPluginPrivate::extensionsInitialized()
cmd->setAttribute(Command::CA_Hide);
mstart->addAction(cmd, CC::G_DEFAULT_ONE);
#ifdef WITH_LLDB
cmd = am->registerAction(m_startRemoteLldbAction,
Constants::STARTREMOTELLDB, globalcontext);
cmd->setAttribute(Command::CA_Hide);
mstart->addAction(cmd, CC::G_DEFAULT_ONE);
#endif
if (m_startRemoteCdbAction) {
cmd = am->registerAction(m_startRemoteCdbAction,