forked from qt-creator/qt-creator
Debugger: Rename actions dealing with watched expressions
Unify naming: Expressions are added/removed inside an "Expression Evaluator". Task-number: QTCREATORBUG-7308 Change-Id: I47c8f7bee3673fe8378fab7977d8b57e5e4ad1c1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -2996,10 +2996,10 @@ void DebuggerPluginPrivate::extensionsInitialized()
|
||||
|
||||
act = m_breakAction = new QAction(tr("Toggle Breakpoint"), this);
|
||||
|
||||
act = m_watchAction1 = new QAction(tr("Add to Watch Window"), this);
|
||||
act = m_watchAction1 = new QAction(tr("Add Expression Evaluator"), this);
|
||||
connect(act, SIGNAL(triggered()), SLOT(handleAddToWatchWindow()));
|
||||
|
||||
act = m_watchAction2 = new QAction(tr("Add to Watch Window"), this);
|
||||
act = m_watchAction2 = new QAction(tr("Add Expression Evaluator"), this);
|
||||
connect(act, SIGNAL(triggered()), SLOT(handleAddToWatchWindow()));
|
||||
|
||||
//m_snapshotAction = new QAction(tr("Create Snapshot"), this);
|
||||
|
||||
Reference in New Issue
Block a user