Debugger: Fix a bugprone-branch-clone

Change-Id: I7b9a3e416fa547de344dd5c4e111939200a7b824
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Nikolai Kosjar
2019-10-31 16:14:28 +01:00
parent d337d03ce1
commit c48eedbc5a

View File

@@ -111,9 +111,6 @@ QVariant ModuleItem::data(int column, int role) const
"information.\nStepping into the module or setting " "information.\nStepping into the module or setting "
"breakpoints by file and line will not work."); "breakpoints by file and line will not work.");
case PlainSymbols: case PlainSymbols:
return tr("This module contains debug information.\nStepping "
"into the module or setting breakpoints by file and "
"line is expected to work.");
case FastSymbols: case FastSymbols:
return tr("This module contains debug information.\nStepping " return tr("This module contains debug information.\nStepping "
"into the module or setting breakpoints by file and " "into the module or setting breakpoints by file and "