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

rm include

parent 728e58ba
No related branches found
No related tags found
1 merge request!2387unify code for list views
Pipeline #131890 failed
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Base/Util/Vec.h" #include "Base/Util/Vec.h"
#include "GUI/Model/Material/MaterialsSet.h" #include "GUI/Model/Material/MaterialsSet.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Model/Sample/CompoundItem.h" #include "GUI/Model/Sample/CompoundItem.h"
#include "GUI/Model/Sample/CoreAndShellItem.h" #include "GUI/Model/Sample/CoreAndShellItem.h"
#include "GUI/Model/Sample/InterferenceItems.h" #include "GUI/Model/Sample/InterferenceItems.h"
...@@ -46,6 +45,7 @@ void SampleEditorController::setSampleForm(SampleForm* view) ...@@ -46,6 +45,7 @@ void SampleEditorController::setSampleForm(SampleForm* view)
{ {
m_sample_form = view; m_sample_form = view;
} }
void SampleEditorController::addLayerItem(LayerItem* before) void SampleEditorController::addLayerItem(LayerItem* before)
{ {
const int i = (before != nullptr) ? Vec::indexOfPtr(before, m_sample_item->layerItems()) const int i = (before != nullptr) ? Vec::indexOfPtr(before, m_sample_item->layerItems())
......
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