diff --git a/src/plugins/debugger/debuggerengine.cpp b/src/plugins/debugger/debuggerengine.cpp index 6af676fbb7e..63872a92121 100644 --- a/src/plugins/debugger/debuggerengine.cpp +++ b/src/plugins/debugger/debuggerengine.cpp @@ -1811,7 +1811,8 @@ void DebuggerEngine::checkForReleaseBuild(const DebuggerStartParameters &sp) if (getPDBFiles(binary, &rc, &errorMessage) && !rc.isEmpty()) return; if (!errorMessage.isEmpty()) { - detailedWarning.append(tr("\n").append(errorMessage)); + detailedWarning.append(QLatin1Char('\n')); + detailedWarning.append(errorMessage); } break; }