diff options
| author | 2016-05-17 14:16:05 +0100 | |
|---|---|---|
| committer | 2016-05-17 18:18:01 +0100 | |
| commit | 1676464bdc3e7f1ae47cda3d95344c044c2c9207 (patch) | |
| tree | 30b66bb70918768dd9b8f0a5eb8ebc71790852e7 /src/modules/setup/SetupWizard.cpp | |
| parent | Fix bug introduced in 37b9fe9 (diff) | |
| download | KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.tar.gz KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.tar.bz2 KVIrc-1676464bdc3e7f1ae47cda3d95344c044c2c9207.zip | |
various cosmetic: consistent comment format
+ remove separators to make it consistent.
Diffstat (limited to 'src/modules/setup/SetupWizard.cpp')
| -rw-r--r-- | src/modules/setup/SetupWizard.cpp | 24 |
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); |
