Gui: don't make QuantitySpinBox dependent on implementation details of its base class

This commit is contained in:
wmayer
2022-10-26 00:43:33 +02:00
parent 219d1edd6a
commit 71d0490dab
4 changed files with 11 additions and 1 deletions

View File

@@ -337,8 +337,11 @@ QuantitySpinBox::~QuantitySpinBox()
void QuantitySpinBox::bind(const App::ObjectIdentifier &_path)
{
ExpressionBinding::bind(_path);
ExpressionSpinBox::bind(_path);
}
void QuantitySpinBox::showIcon()
{
iconLabel->show();
}