RemoteLinux: Use more FilePath in SshKeyCreationDialog

Change-Id: Iee415ef9396ba4ea3a91e64130bc23225858a3f8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2021-09-27 16:30:57 +02:00
parent aed8738d87
commit 465ee3e8b5
5 changed files with 21 additions and 22 deletions

View File

@@ -250,7 +250,7 @@ void GenericLinuxDeviceConfigurationWizardKeyDeploymentPage::createKey()
{
SshKeyCreationDialog dlg(this);
if (dlg.exec() == QDialog::Accepted)
d->keyFileChooser.setPath(dlg.privateKeyFilePath());
d->keyFileChooser.setFilePath(dlg.privateKeyFilePath());
}
void GenericLinuxDeviceConfigurationWizardKeyDeploymentPage::deployKey()