forked from qt-creator/qt-creator
Replace more used of PathChooser::pathChanged by filePathChanged
Change-Id: I0f92be6fcfd0a5319ad9f5d3681266966e40705e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -296,7 +296,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget() :
|
||||
m_targetChooser->setHistoryCompleter("Debugger.MappingTarget.History");
|
||||
connect(m_sourceLineEdit, &QLineEdit::textChanged,
|
||||
this, &DebuggerSourcePathMappingWidget::slotEditSourceFieldChanged);
|
||||
connect(m_targetChooser, &PathChooser::pathChanged,
|
||||
connect(m_targetChooser, &PathChooser::filePathChanged,
|
||||
this, &DebuggerSourcePathMappingWidget::slotEditTargetFieldChanged);
|
||||
auto editLayout = new QFormLayout;
|
||||
const QString sourceToolTip = tr("<p>The source path contained in the "
|
||||
|
||||
Reference in New Issue
Block a user