Debugger: Add missing space

Change-Id: Ibb8623392c1b0e759df198fab87a6059558236e9
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Robert Loehning
2023-01-10 12:44:33 +01:00
committed by Robert Löhning
parent 7684571e10
commit c2788b0f05

View File

@@ -159,7 +159,7 @@ DebuggerSettings::DebuggerSettings()
cdbBreakPointCorrection.setSettingsKey(cdbSettingsGroup, "BreakpointCorrection"); cdbBreakPointCorrection.setSettingsKey(cdbSettingsGroup, "BreakpointCorrection");
cdbBreakPointCorrection.setDefaultValue(true); cdbBreakPointCorrection.setDefaultValue(true);
cdbBreakPointCorrection.setToolTip("<html><head/><body><p>" + Tr::tr( cdbBreakPointCorrection.setToolTip("<html><head/><body><p>" + Tr::tr(
"Attempts to correct the location of a breakpoint based on file and line number should" "Attempts to correct the location of a breakpoint based on file and line number should "
"it be in a comment or in a line for which no code is generated. " "it be in a comment or in a line for which no code is generated. "
"The correction is based on the code model.") + "</p></body></html>"); "The correction is based on the code model.") + "</p></body></html>");
cdbBreakPointCorrection.setLabelText(Tr::tr("Correct breakpoint location")); cdbBreakPointCorrection.setLabelText(Tr::tr("Correct breakpoint location"));