Skip to content
Snippets Groups Projects
Commit 12078f13 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused fct

parent e150190d
No related branches found
No related tags found
1 merge request!2195various things while testing GUI
......@@ -44,11 +44,6 @@ void DoubleProperty::init(const QString& label, const QString& tooltip, double v
m_uid = QUuid::createUuid().toString();
}
void DoubleProperty::setTooltip(const QString& tooltip)
{
m_tooltip = tooltip;
}
void DoubleProperty::setLimits(const RealLimits& limits)
{
m_limits = limits;
......
......@@ -56,7 +56,6 @@ public:
void setDecimals(uint decimals) { m_decimals = decimals; }
QString tooltip() const { return m_tooltip; }
void setTooltip(const QString& tooltip);
RealLimits limits() const { return m_limits; }
void setLimits(const RealLimits& limits);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment