diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp index 28dcea980b1..b3dacdb309f 100644 --- a/src/plugins/debugger/watchhandler.cpp +++ b/src/plugins/debugger/watchhandler.cpp @@ -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.