From 7cc06b85d0a3fc33dc512147d7c80714b44d18ee Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 29 Jun 2022 17:21:30 +0200 Subject: Replace more used of PathChooser::pathChanged by filePathChanged Change-Id: I0f92be6fcfd0a5319ad9f5d3681266966e40705e Reviewed-by: Reviewed-by: Christian Stenger --- src/plugins/debugger/debuggersourcepathmappingwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp') diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp index 590816e412..c30c3cb9ec 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp @@ -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("

The source path contained in the " -- cgit v1.2.1