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:
@@ -196,7 +196,7 @@ GenericLinuxDeviceConfigurationWizardKeyDeploymentPage::GenericLinuxDeviceConfig
|
||||
deployLayout->addWidget(&d->iconLabel);
|
||||
deployLayout->addStretch();
|
||||
mainLayout->addLayout(deployLayout);
|
||||
connect(&d->keyFileChooser, &PathChooser::pathChanged, this, [this, deployButton] {
|
||||
connect(&d->keyFileChooser, &PathChooser::filePathChanged, this, [this, deployButton] {
|
||||
deployButton->setEnabled(d->keyFileChooser.filePath().exists());
|
||||
d->iconLabel.clear();
|
||||
emit completeChanged();
|
||||
|
||||
Reference in New Issue
Block a user