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

@@ -23,7 +23,7 @@
***************************************************************************/
# include <QDialogButtonBox>
#include <QDialogButtonBox>
#include <Mod/Part/App/OCAF/ImportExportSettings.h>
@@ -36,8 +36,8 @@
using namespace PartGui;
DlgImportStep::DlgImportStep(QWidget* parent)
: PreferencePage(parent)
, ui(new Ui_DlgImportStep)
: PreferencePage(parent)
, ui(new Ui_DlgImportStep)
{
ui->setupUi(this);
Part::OCAF::ImportExportSettings settings;
@@ -120,7 +120,7 @@ StepImportSettings DlgImportStep::getSettings() const
/**
* Sets the strings of the subwidgets using the current language.
*/
void DlgImportStep::changeEvent(QEvent *e)
void DlgImportStep::changeEvent(QEvent* e)
{
if (e->type() == QEvent::LanguageChange) {
ui->retranslateUi(this);
@@ -133,8 +133,8 @@ void DlgImportStep::changeEvent(QEvent *e)
// ----------------------------------------------------------------------------
TaskImportStep::TaskImportStep(QWidget* parent)
: QDialog(parent)
, ui(new DlgImportStep(this))
: QDialog(parent)
, ui(new DlgImportStep(this))
{
QApplication::setOverrideCursor(Qt::ArrowCursor);