Skip to content

Commit

Permalink
Update silent_qt_install.qs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Apr 15, 2020
1 parent e6f1d62 commit 29e5389
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions silent_qt_install.qs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function Controller() {
page.completeChanged.connect(welcomepageFinished)
}



welcomepageFinished = function()
{
//completeChange() -function is called also when other pages visible
Expand All @@ -21,6 +23,9 @@ welcomepageFinished = function()
}
}

Controller.prototype.WelcomePageCallback = function() {
gui.clickButton(buttons.NextButton);
}

Controller.prototype.CredentialsPageCallback = function() {
gui.clickButton(buttons.NextButton);
Expand Down

0 comments on commit 29e5389

Please sign in to comment.