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

rm fct

parent a8c4b8db
No related branches found
No related tags found
1 merge request!2181rm many unused fcts, detected with xunused
Pipeline #121406 passed
......@@ -63,11 +63,3 @@ AxisPropertyForm::AxisPropertyForm(QWidget* parent, const QString& groupTitle,
}
});
}
void AxisPropertyForm::updateData()
{
QSignalBlocker b(m_nbinsSpinBox);
m_nbinsSpinBox->setValue(m_axisProperty->nbins());
m_minSpinBox->updateValue();
m_maxSpinBox->updateValue();
}
......@@ -32,9 +32,6 @@ public:
AxisPropertyForm(QWidget* parent, const QString& groupTitle, AxisProperty* axisProperty,
QString nbinsTooltip = "");
//! Reload UI from data
void updateData();
signals:
void dataChanged();
......
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