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

@@ -52,7 +52,7 @@ private:
void keyFileEditingFinished();
void gdbServerEditingFinished();
void handleFreePortsChanged();
void setPrivateKey(const QString &path);
void setPrivateKey(const Utils::FilePath &path);
void createNewKey();
void hostKeyCheckingChanged(bool doCheck);