summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2019-10-31 16:14:28 +0100
committerNikolai Kosjar <nikolai.kosjar@qt.io>2019-11-01 09:26:34 +0000
commitc48eedbc5af153be6bacec6f8b0b3460c1a6342d (patch)
tree69c845162dfdf61e136de925852bd8b15f901449 /src
parentd337d03ce1b8c0bcd76eaf6a6defcd717490d78a (diff)
downloadqt-creator-c48eedbc5af153be6bacec6f8b0b3460c1a6342d.tar.gz
Debugger: Fix a bugprone-branch-clone
Change-Id: I7b9a3e416fa547de344dd5c4e111939200a7b824 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/debugger/moduleshandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp
index 9cb88b077e..4fd1e40669 100644
--- a/src/plugins/debugger/moduleshandler.cpp
+++ b/src/plugins/debugger/moduleshandler.cpp
@@ -111,9 +111,6 @@ QVariant ModuleItem::data(int column, int role) const
"information.\nStepping into the module or setting "
"breakpoints by file and line will not work.");
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:
return tr("This module contains debug information.\nStepping "
"into the module or setting breakpoints by file and "