added a button to cancel installation if the package manager on the server is busy
This commit is contained in:
parent
dd233f77fc
commit
3defb09da9
7 changed files with 29 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
|
||||
QString checkSshConnection(const ServerCredentials &credentials, ErrorCode *errorCode = nullptr);
|
||||
|
||||
void setCancelInstallation(const bool cancel);
|
||||
void cancelInstallation();
|
||||
|
||||
ErrorCode getDecryptedPrivateKey(const ServerCredentials &credentials, QString &decryptedPrivateKey,
|
||||
const std::function<QString()> &callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue