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:
@@ -167,8 +167,8 @@ UnstartedAppWatcherDialog::UnstartedAppWatcherDialog(QWidget *parent)
|
||||
this, &UnstartedAppWatcherDialog::selectExecutable);
|
||||
connect(m_watchingPushButton, &QAbstractButton::toggled,
|
||||
this, &UnstartedAppWatcherDialog::startStopWatching);
|
||||
connect(m_pathChooser, &Utils::PathChooser::pathChanged, this,
|
||||
&UnstartedAppWatcherDialog::stopAndCheckExecutable);
|
||||
connect(m_pathChooser, &Utils::PathChooser::filePathChanged,
|
||||
this, &UnstartedAppWatcherDialog::stopAndCheckExecutable);
|
||||
connect(buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
|
||||
connect(&m_timer, &QTimer::timeout,
|
||||
this, &UnstartedAppWatcherDialog::findProcess);
|
||||
|
||||
Reference in New Issue
Block a user