From a3e54f76f4a67dba87d042c16771a1b09542ccc9 Mon Sep 17 00:00:00 2001
From: Nikita Baryshnikov Mappings of source file folders to "
+ setToolTip(tr(" Mappings of source file folders to "
"be used in the debugger can be entered here. This is useful when using a copy of the source tree "
"at a location different from the one "
@@ -220,8 +220,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent
"open parenthesis, Qt Creator matches the paths in the ELF with the "
"regular expression to automatically determine the source path. Example: (/home/.*/Project)/KnownSubDir -> D:\\Project will "
- "substitute ELF built by any user to your local project directory.
Add a mapping for Qt's source folders " "when using an unpatched version of Qt.")); buttonLayout->addWidget(m_removeButton); connect(m_addButton, &QAbstractButton::clicked, @@ -260,7 +259,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent connect(m_targetChooser, &PathChooser::changed, this, &DebuggerSourcePathMappingWidget::slotEditTargetFieldChanged); auto editLayout = new QFormLayout; - const QString sourceToolTip = tr("The source path contained in the " + const QString sourceToolTip = tr("
The source path contained in the " "debug information of the executable as reported by the debugger"); auto editSourceLabel = new QLabel(tr("&Source path:")); editSourceLabel->setToolTip(sourceToolTip); @@ -268,7 +267,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent editSourceLabel->setBuddy(m_sourceLineEdit); editLayout->addRow(editSourceLabel, m_sourceLineEdit); - const QString targetToolTip = tr("The actual location of the source " + const QString targetToolTip = tr("
The actual location of the source " "tree on the local machine"); auto editTargetLabel = new QLabel(tr("&Target path:")); editTargetLabel->setToolTip(targetToolTip); -- cgit v1.2.1