forked from qt-creator/qt-creator
RemoteLinux: Use more FilePath in SshKeyCreationDialog
Change-Id: Iee415ef9396ba4ea3a91e64130bc23225858a3f8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user