aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/SetupWizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/setup/SetupWizard.cpp')
-rw-r--r--src/modules/setup/SetupWizard.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/modules/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp
index 82d015cb3..c615adb73 100644
--- a/src/modules/setup/SetupWizard.cpp
+++ b/src/modules/setup/SetupWizard.cpp
@@ -148,9 +148,9 @@ SetupWizard::SetupWizard()
m_pLabelPixmap = new QPixmap(250, 450);
}
- //////////////////////////////////////////////////////////////////////////////////////
+ //
// Welcome
- //////////////////////////////////////////////////////////////////////////////////////
+ //
m_pWelcome = new SetupPage(this);
@@ -172,9 +172,9 @@ SetupWizard::SetupWizard()
setBackEnabled(m_pWelcome, false);
setHelpEnabled(m_pWelcome, false);
-//////////////////////////////////////////////////////////////////////////////////////
+//
// License
-//////////////////////////////////////////////////////////////////////////////////////
+//
#if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) //it have been already shown by installer
SetupPage * m_pLicense = new SetupPage(this);
@@ -209,9 +209,9 @@ SetupWizard::SetupWizard()
#else
m_pLicense = nullptr;
#endif
- //////////////////////////////////////////////////////////////////////////////////////
+ //
// Directories
- //////////////////////////////////////////////////////////////////////////////////////
+ //
m_pDirectory = new SetupPage(this);
@@ -306,9 +306,9 @@ SetupWizard::SetupWizard()
connect(m_pDataPathEdit, SIGNAL(textChanged(const QString &)), this, SLOT(newDataTextChanged(const QString &)));
connect(m_pIncomingPathEdit, SIGNAL(textChanged(const QString &)), this, SLOT(newIncomingTextChanged(const QString &)));
- //////////////////////////////////////////////////////////////////////////////////////
+ //
// Identity
- //////////////////////////////////////////////////////////////////////////////////////
+ //
m_pIdentity = new SetupPage(this);
@@ -400,9 +400,9 @@ SetupWizard::SetupWizard()
setHelpEnabled(m_pIdentity, false);
- //////////////////////////////////////////////////////////////////////////////////////
+ //
// Default theme
- //////////////////////////////////////////////////////////////////////////////////////
+ //
m_pTheme = new SetupPage(this);
m_pTheme->m_pTextLabel->setText(__tr2qs(
@@ -467,9 +467,9 @@ SetupWizard::SetupWizard()
setHelpEnabled(m_pTheme, false);
- //////////////////////////////////////////////////////////////////////////////////////
+ //
// Desktop integration
- //////////////////////////////////////////////////////////////////////////////////////
+ //
m_pDesktopIntegration = new SetupPage(this);