All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -36,9 +36,9 @@ using namespace Gui::Dialog;
* The dialog will by default be modeless, unless you set 'modal' to
* true to construct a modal dialog.
*/
DlgSettingsReportView::DlgSettingsReportView( QWidget* parent )
: PreferencePage(parent)
, ui(new Ui_DlgSettingsReportView)
DlgSettingsReportView::DlgSettingsReportView(QWidget* parent)
: PreferencePage(parent)
, ui(new Ui_DlgSettingsReportView)
{
ui->setupUi(this);
ui->colorText->setColor(qApp->palette().windowText().color());
@@ -94,7 +94,7 @@ void DlgSettingsReportView::loadSettings()
/**
* Sets the strings of the subwidgets using the current language.
*/
void DlgSettingsReportView::changeEvent(QEvent *e)
void DlgSettingsReportView::changeEvent(QEvent* e)
{
if (e->type() == QEvent::LanguageChange) {
ui->retranslateUi(this);