forked from qt-creator/qt-creator
Debugger: Adapt to latest settings access style
Change-Id: I14f737612b4fe6a37e650190b587ef0b04e559ea Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1151,7 +1151,7 @@ void DebuggerToolTipManagerPrivate::slotTooltipOverrideRequested
|
||||
QTC_ASSERT(handled, return);
|
||||
QTC_ASSERT(editorWidget, return);
|
||||
|
||||
if (!debuggerSettings()->useToolTipsInMainEditor.value())
|
||||
if (!settings().useToolTipsInMainEditor())
|
||||
return;
|
||||
|
||||
const TextDocument *document = editorWidget->textDocument();
|
||||
|
||||
Reference in New Issue
Block a user