aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2013-09-24 18:00:48 +0200
committerhjk <[email protected]>2013-09-25 12:16:11 +0200
commit96589e0ce723849a90ad36d5f0b0bf10f1ff4cb6 (patch)
tree4dbf84d6013f616c725f3dc6ff1ab42336f76171 /src/plugins/debugger/stackwindow.cpp
parent9bf1be7f22d4525eb2a32a3f5c8c7a99d6e2ab81 (diff)
Debugger: Make tooltips in Stack view configurable
Task-number: QTCREATORBUG-10194 Change-Id: If4a4580adbf50f4e00f78bae01999e275659f8e0 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/debugger/stackwindow.cpp')
-rw-r--r--src/plugins/debugger/stackwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackwindow.cpp b/src/plugins/debugger/stackwindow.cpp
index 39b112189e0..35c3358f9ad 100644
--- a/src/plugins/debugger/stackwindow.cpp
+++ b/src/plugins/debugger/stackwindow.cpp
@@ -175,6 +175,8 @@ void StackTreeView::contextMenuEvent(QContextMenuEvent *ev)
menu.addAction(debuggerCore()->action(UseAddressInStackView));
menu.addSeparator();
+ menu.addAction(debuggerCore()->action(UseToolTipsInStackView));
+ menu.addSeparator();
addBaseContextActions(&menu);