Fix warnings

This commit is contained in:
WarmUpTill
2023-03-25 13:47:21 +01:00
committed by WarmUpTill
parent ebbf64ddae
commit e2f4dcaaee
2 changed files with 2 additions and 2 deletions

View File

@@ -7,9 +7,9 @@
GenericVaraiableSpinbox::GenericVaraiableSpinbox(QWidget *parent,
bool wholeNumber)
: QWidget(parent),
_toggleType(new QPushButton()),
_fixedValueInt(new QSpinBox()),
_fixedValueDouble(new QDoubleSpinBox()),
_toggleType(new QPushButton()),
_variable(new VariableSelection(this)),
_wholeNumber(wholeNumber)
{