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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user