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

format

parent 22104ed2
No related branches found
No related tags found
1 merge request!2359Use same tree view with delegate for datafiles, samples, and instruments. Also move some code between GUI/View directories. Restore Py wrappers lost in previous MR.
......@@ -413,5 +413,4 @@ const DatafileItem* SimulationView::selectedDatafileItem() const
if (idx < 0 || idx > (int)gDoc->datafiles()->size())
return nullptr; // usage: -1 stands for "None"
return gDoc->datafiles()->dfileItems2().at(idx);
}
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