Rename function

This commit is contained in:
Przemek Pawlas
2024-10-11 19:24:58 +02:00
committed by WarmUpTill
parent 8d9519c849
commit 37cc289204
7 changed files with 10 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ void GenericVaraiableSpinbox::setSuffix(const QString &suffix)
_fixedValueDouble->setSuffix(suffix);
}
void GenericVaraiableSpinbox::specialValueText(const QString &text)
void GenericVaraiableSpinbox::setSpecialValueText(const QString &text)
{
_fixedValueInt->setSpecialValueText(text);
_fixedValueDouble->setSpecialValueText(text);