Gui: Fix header uniformity, whitespace, and doxygen fixes

This commit is contained in:
luz paz
2020-11-25 22:03:45 -05:00
committed by wwmayer
parent 8744ee985a
commit 38815b9550
283 changed files with 2026 additions and 1903 deletions

View File

@@ -35,8 +35,8 @@ using namespace Gui::Dialog;
/* TRANSLATOR Gui::Dialog::DlgSettingsViewColor */
/**
* Constructs a DlgSettingsViewColor which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
* Constructs a DlgSettingsViewColor which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*/
DlgSettingsViewColor::DlgSettingsViewColor(QWidget* parent)
: PreferencePage(parent)
@@ -47,7 +47,7 @@ DlgSettingsViewColor::DlgSettingsViewColor(QWidget* parent)
ui->SelectionColor->setEnabled(ui->checkBoxSelection->isChecked());
}
/**
/**
* Destroys the object and frees any allocated resources
*/
DlgSettingsViewColor::~DlgSettingsViewColor()