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:
Kai Koehne
2012-05-14 11:21:01 +02:00
parent 02973b9681
commit 33ec5eb246
3 changed files with 12 additions and 12 deletions

View File

@@ -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);