forked from qt-creator/qt-creator
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:
@@ -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 "
|
||||||
|
Reference in New Issue
Block a user