Close wizard if done

This is needed because of the changes in 02bb5db544

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
Felix Weilbach 2021-09-06 12:37:51 +02:00 committed by Matthieu Gallien (Rebase PR Action)
parent 68a433d9bc
commit 6fd0adda52

View file

@ -684,6 +684,7 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
}
// notify others.
_ocWizard->done(QWizard::Accepted);
emit ownCloudWizardDone(result);
}