From 7ba47e9d44b2973fcb7f607500861f4cb4201e6b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sun, 18 Aug 2013 15:16:36 +0200 Subject: [PATCH] Code formatting fixes --- src/wizard/owncloudwizard.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wizard/owncloudwizard.cpp b/src/wizard/owncloudwizard.cpp index 7ad20550c..5a72e3b06 100644 --- a/src/wizard/owncloudwizard.cpp +++ b/src/wizard/owncloudwizard.cpp @@ -46,11 +46,12 @@ OwncloudWizard::OwncloudWizard(QWidget *parent) _setupLog(), _configExists(false) { - setPage(WizardCommon::Page_ServerSetup, _setupPage ); + setPage(WizardCommon::Page_ServerSetup, _setupPage); setPage(WizardCommon::Page_HttpCreds, _httpCredsPage); setPage(WizardCommon::Page_ShibbolethCreds, _shibbolethCredsPage); setPage(WizardCommon::Page_AdvancedSetup, _advancedSetupPage); - setPage(WizardCommon::Page_Result, _resultPage ); + setPage(WizardCommon::Page_Result, _resultPage); + connect(this, SIGNAL(finished(int)), SIGNAL(basicSetupFinished(int))); // note: start Id is set by the calling class depending on if the