From 8d04a3aa809f488b009900037a7e5adf3847bba2 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 4 Jun 2014 13:21:02 +0200 Subject: Debugger/Utils: Merge Debugger::TreeView into layer above and below Change-Id: Ibb186cabba8fecedfdbd04da000459cf358e56e4 Reviewed-by: Eike Ziller --- src/plugins/debugger/stackwindow.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/plugins/debugger/stackwindow.cpp') diff --git a/src/plugins/debugger/stackwindow.cpp b/src/plugins/debugger/stackwindow.cpp index 3da7d9779d..83d0f26cee 100644 --- a/src/plugins/debugger/stackwindow.cpp +++ b/src/plugins/debugger/stackwindow.cpp @@ -204,17 +204,13 @@ void StackTreeView::contextMenuEvent(QContextMenuEvent *ev) if (engine->hasCapability(ShowModuleSymbolsCapability)) actLoadSymbols = menu.addAction(tr("Try to Load Unknown Symbols")); -#if 0 // @TODO: not implemented - menu.addAction(debuggerCore()->action(UseToolTipsInStackView)); -#endif if (engine->hasCapability(MemoryAddressCapability)) menu.addAction(debuggerCore()->action(UseAddressInStackView)); menu.addSeparator(); menu.addAction(debuggerCore()->action(UseToolTipsInStackView)); menu.addSeparator(); - - addBaseContextActions(&menu); + menu.addAction(debuggerCore()->action(SettingsDialog)); QAction *act = menu.exec(ev->globalPos()); if (!act) -- cgit v1.2.1