forked from qt-creator/qt-creator
debugger: add "External" to "Start and Debug Application" menu entry
In line with the new documentation. Change-Id: I06eb97b99bd79b7c7a4ff4ecc67c96cf39650e52 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2908,7 +2908,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
connect(act, SIGNAL(triggered()), this, SLOT(debugProjectWithoutDeploy()));
|
||||
|
||||
act = m_startAndDebugApplicationAction = new QAction(this);
|
||||
act->setText(tr("Start and Debug Application..."));
|
||||
act->setText(tr("Start and Debug External Application..."));
|
||||
connect(act, SIGNAL(triggered()), SLOT(startAndDebugApplication()));
|
||||
|
||||
act = m_attachToCoreAction = new QAction(this);
|
||||
|
||||
Reference in New Issue
Block a user