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

disambiguate and privatize

parent d9d81e1f
No related branches found
No related tags found
1 merge request!2314big simplification of job and data view
......@@ -41,7 +41,7 @@ void DataPropertyWidget::updateItemCoords(DataItem* item)
if (!item)
return;
if (instrumentItem()) {
if (instrumentxItem()) {
item->blockSignals(true);
item->blockSignals(false);
emit item->axesUnitsReplotRequested();
......@@ -57,7 +57,7 @@ void DataPropertyWidget::updateUIValues()
updater();
}
InstrumentItem* DataPropertyWidget::instrumentItem()
InstrumentItem* DataPropertyWidget::instrumentxItem()
{
if (jobxItem())
return jobxItem()->instrumentItem();
......
......@@ -38,10 +38,11 @@ protected:
void updateUIValues();
virtual void createPanelElements() = 0;
InstrumentItem* instrumentItem();
QFormLayout* m_main_layout;
QList<std::function<void()>> m_updaters;
private:
InstrumentItem* instrumentxItem();
};
#endif // BORNAGAIN_GUI_VIEW_ACCESS_DATAPROPERTYWIDGET_H
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