Wizard: Skip result page with acceptance instead of closing #5764

This commit is contained in:
Christian Kamm 2017-05-12 10:21:07 +02:00
parent 7fd2f292e7
commit ee4892e345
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ void OwncloudWizard::slotCurrentPageChanged( int id )
emit basicSetupFinished(QDialog::Accepted);
appendToConfigurationLog( QString::null );
// Immediately close on show, we currently don't want this page anymore
close();
done(Accepted);
}
setOption(QWizard::HaveCustomButton1, id == WizardCommon::Page_AdvancedSetup);