[skip ci] fix superfluous workarounds

This commit is contained in:
wmayer
2020-01-09 23:36:28 +01:00
parent d700744052
commit 379018cde4
3 changed files with 6 additions and 24 deletions

View File

@@ -290,16 +290,6 @@ void Gui::QuantitySpinBox::setExpression(boost::shared_ptr<Expression> expr)
}
}
void Gui::QuantitySpinBox::setEditorToolTip(const QString &name)
{
lineEdit()->setToolTip(name);
}
void Gui::QuantitySpinBox::setIconToolTip(const QString &name)
{
iconLabel->setToolTip(name);
}
QString QuantitySpinBox::boundToName() const
{
if (isBound()) {