diff options
| author | hjk <hjk@qt.io> | 2020-11-09 11:08:45 +0100 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2020-11-10 14:28:39 +0000 |
| commit | 2bfd515b03e0eb7fbefe4b76f7879a43863306e8 (patch) | |
| tree | 95a11be1a4f5d5026e604fa905e4aad372ef2bb2 /src/plugins/debugger/moduleshandler.cpp | |
| parent | 1d2b5db02f0fcb065bd2afbf7bcdeb7a6aa8a9bc (diff) | |
| download | qt-creator-2bfd515b03e0eb7fbefe4b76f7879a43863306e8.tar.gz | |
Utils: Allow BaseTreeView users to hide columns manually
... using a context menu on the header views.
Use the feature in the debugger views where it was previously
un-intuitively available as part of the main context menu of
the view, but not in the header.
Task-number: QTCREATORBUG-24384
Change-Id: I3f030c3dd8ce35dc91bad921e37d2273bfe548b5
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/moduleshandler.cpp')
| -rw-r--r-- | src/plugins/debugger/moduleshandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index 878ae20f57..29ab553de8 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -223,7 +223,6 @@ bool ModulesModel::contextMenuEvent(const ItemViewEvent &ev) canShowSymbols && moduleNameValid, [this, modulePath] { engine->requestModuleSections(modulePath); }); - Internal::addHideColumnActions(menu, ev.view()); menu->addAction(action(SettingsDialog)->action()); menu->popup(ev.globalPos()); |
