aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackhandler.cpp
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-02-05 14:19:32 +0100
committerhjk <hjk@theqtcompany.com>2015-02-05 13:22:37 +0000
commite4de40127ff732df52f57d65ea6b88f767410850 (patch)
tree2d17be163761706204a48c2258383b2d98fe955b /src/plugins/debugger/stackhandler.cpp
parent61388613fab28f674237b0eaec80cd98d5c7aae7 (diff)
Debugger: Enable 'native mixed' toogling also for LLDB
Change-Id: I50a026d6af2874aa78db98b0df1fcbe233c88b1b Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r--src/plugins/debugger/stackhandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp
index b408496b5f..36ebbf7179 100644
--- a/src/plugins/debugger/stackhandler.cpp
+++ b/src/plugins/debugger/stackhandler.cpp
@@ -66,10 +66,6 @@ StackHandler::StackHandler()
m_canExpand = false;
connect(action(OperateByInstruction), &QAction::triggered,
this, &StackHandler::resetModel);
-
- if (isNativeMixedEnabled())
- connect(action(OperateNativeMixed), &QAction::triggered,
- this, &StackHandler::resetModel);
}
StackHandler::~StackHandler()