[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Kacper Donat
parent
6eecd08f7c
commit
f03900b58d
@@ -101,7 +101,7 @@ void TaskSketcherSolverAdvanced::setupConnections()
|
||||
qOverload<int>(&QSpinBox::valueChanged),
|
||||
this,
|
||||
&TaskSketcherSolverAdvanced::onSpinBoxMaxIterValueChanged);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
connect(ui->checkBoxSketchSizeMultiplier,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
@@ -136,7 +136,7 @@ void TaskSketcherSolverAdvanced::setupConnections()
|
||||
qOverload<int>(&QSpinBox::valueChanged),
|
||||
this,
|
||||
&TaskSketcherSolverAdvanced::onSpinBoxRedundantSolverMaxIterationsValueChanged);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,7,0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
|
||||
connect(ui->checkBoxRedundantSketchSizeMultiplier,
|
||||
&QCheckBox::checkStateChanged,
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user