forked from qt-creator/qt-creator
Debugger: Fix triggering 'Add New Expression Evaluator...'
Change-Id: I961e4afb17b14210474fa69138c4671aaaca5b7d Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1587,8 +1587,7 @@ bool WatchModel::contextMenuEvent(const ItemViewEvent &ev)
|
||||
|
||||
addAction(menu, tr("Add New Expression Evaluator..."),
|
||||
canHandleWatches && canInsertWatches,
|
||||
[this] {
|
||||
});
|
||||
[this] { inputNewExpression(); });
|
||||
|
||||
addAction(menu, addWatchActionText(exp),
|
||||
// Suppress for top-level watchers.
|
||||
|
||||
Reference in New Issue
Block a user