Skip to content
Snippets Groups Projects
Commit 845f5c44 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

mv comment

parent 9f63d8cb
No related branches found
No related tags found
1 merge request!571Model must not depend on View redone
Pipeline #52832 passed
......@@ -193,9 +193,6 @@ std::unique_ptr<MultiLayer> PyImportAssistant::importMultiLayer()
return multilayer;
}
//! Populates GUI models with domain multilayer.
MultiLayerItem* PyImportAssistant::populateModels(SampleModel* sampleModel,
MaterialModel* materialModel,
const MultiLayer& multilayer)
......
......@@ -33,6 +33,7 @@ namespace PyImportAssistant {
//! If sth. went wrong, a dialog has presented already and nullptr is returned.
std::unique_ptr<MultiLayer> importMultiLayer();
//! Populates GUI models with domain multilayer.
MultiLayerItem* populateModels(SampleModel* sampleModel, MaterialModel* materialModel,
const MultiLayer& multilayer);
......
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