Gui: Fix header uniformity, whitespace, and doxygen fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user