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

expand auto

parent 29bd9a1f
No related branches found
No related tags found
1 merge request!49comments and minor simplifications in loader context
......@@ -285,7 +285,7 @@ void RealDataSelectorWidget::importData2D()
ImportDataUtils::Import2dData(fileName, selectedLoader);
if (!data)
continue;
auto realDataItem = m_itemTreeModel->insertIntensityDataItem();
RealDataItem* realDataItem = m_itemTreeModel->insertIntensityDataItem();
realDataItem->setName(QFileInfo(fileName).baseName());
try {
......
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