Skip to content
Snippets Groups Projects
Commit f34747a3 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov Committed by Mikhail Svechnikov
Browse files

cleanup

parent 49a7e4c9
No related branches found
No related tags found
1 merge request!909GUI refactoring: remove mappers from JobItem
......@@ -70,11 +70,6 @@ JobItem::JobItem()
&& DataItem::isAxesUnitsPropertyName(name))
dynamic_cast<DataItem*>(item)->updateCoords(instrumentItem());
});
// mapper()->setOnPropertyChange([this](const QString& name) {
// if (SessionItem::isItemNamePropertyName(name))
// updateIntensityDataFileName();
// });
}
QString JobItem::getIdentifier() const
......
......@@ -557,7 +557,6 @@ void QREDataLoader::powerfieldFromParsingResult(RealDataItem* item) const
ComboProperty combo = ComboProperty() << units_name;
specularItem->setAxesUnits(combo);
specularItem->getAxesUnitsItem();
auto label_map = DataUtils::AxisNames::specAxis;
const auto xAxisTitle = QString::fromStdString(label_map[Coords::QSPACE]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment