forked from qt-creator/qt-creator
Utils: Rename PathChooser::changed() signal.
The name is overly generic, particularly with a pathChanged() signal also present. Rename to "rawPathChanged", which adequately describes the semantics. Change-Id: Ia62b8b0a97a794cb6d5ad6b8ce0abcd36b5f5cdb Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -217,7 +217,7 @@ GenericBuildSettingsWidget::GenericBuildSettingsWidget(GenericBuildConfiguration
|
||||
m_pathChooser->setHistoryCompleter(QLatin1String("Generic.BuildDir.History"));
|
||||
m_pathChooser->setEnabled(true);
|
||||
fl->addRow(tr("Build directory:"), m_pathChooser);
|
||||
connect(m_pathChooser, &Utils::PathChooser::changed,
|
||||
connect(m_pathChooser, &Utils::PathChooser::rawPathChanged,
|
||||
this, &GenericBuildSettingsWidget::buildDirectoryChanged);
|
||||
|
||||
m_buildConfiguration = bc;
|
||||
|
||||
Reference in New Issue
Block a user