bugfix: removed the importErrorOccurred() signal overload, since qml does not know how to handle signal overloads (#1111)
This commit is contained in:
parent
694e781beb
commit
7b838e77a0
8 changed files with 12 additions and 7 deletions
|
@ -768,7 +768,7 @@ bool InstallController::checkSshConnection(QSharedPointer<ServerController> serv
|
|||
} else {
|
||||
if (output.contains(tr("Please login as the user"))) {
|
||||
output.replace("\n", "");
|
||||
emit installationErrorOccurred(output);
|
||||
emit wrongInstallationUser(output);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue