mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Code formatting fixes
This commit is contained in:
parent
be48cb646c
commit
7ba47e9d44
1 changed files with 3 additions and 2 deletions
|
@ -46,11 +46,12 @@ OwncloudWizard::OwncloudWizard(QWidget *parent)
|
||||||
_setupLog(),
|
_setupLog(),
|
||||||
_configExists(false)
|
_configExists(false)
|
||||||
{
|
{
|
||||||
setPage(WizardCommon::Page_ServerSetup, _setupPage );
|
setPage(WizardCommon::Page_ServerSetup, _setupPage);
|
||||||
setPage(WizardCommon::Page_HttpCreds, _httpCredsPage);
|
setPage(WizardCommon::Page_HttpCreds, _httpCredsPage);
|
||||||
setPage(WizardCommon::Page_ShibbolethCreds, _shibbolethCredsPage);
|
setPage(WizardCommon::Page_ShibbolethCreds, _shibbolethCredsPage);
|
||||||
setPage(WizardCommon::Page_AdvancedSetup, _advancedSetupPage);
|
setPage(WizardCommon::Page_AdvancedSetup, _advancedSetupPage);
|
||||||
setPage(WizardCommon::Page_Result, _resultPage );
|
setPage(WizardCommon::Page_Result, _resultPage);
|
||||||
|
|
||||||
connect(this, SIGNAL(finished(int)), SIGNAL(basicSetupFinished(int)));
|
connect(this, SIGNAL(finished(int)), SIGNAL(basicSetupFinished(int)));
|
||||||
|
|
||||||
// note: start Id is set by the calling class depending on if the
|
// note: start Id is set by the calling class depending on if the
|
||||||
|
|
Loading…
Reference in a new issue