forked from qt-creator/qt-creator
Debugger: Enable 'native mixed' toogling also for LLDB
Change-Id: I50a026d6af2874aa78db98b0df1fcbe233c88b1b Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user