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

clang-format

parent c4048842
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
Pipeline #48765 canceled
......@@ -100,8 +100,8 @@ void MaterialSelectionEditor::buttonClicked()
// temporarily installing filter to prevent loss of focus caused by too insistent dialog
installEventFilter(m_focusFilter);
const QString materialIdentifier = m_data.toString();
const QString newMaterialIdentifier =
MaterialEditorDialog::chooseMaterial(parentWidget(), gSessionData->projectDocument, materialIdentifier);
const QString newMaterialIdentifier = MaterialEditorDialog::chooseMaterial(
parentWidget(), gSessionData->projectDocument, materialIdentifier);
removeEventFilter(m_focusFilter);
......
......@@ -17,8 +17,8 @@
#include "GUI/Model/Group/FilterPropertyProxy.h"
#include "GUI/Model/Sample/SampleModel.h"
#include "GUI/Model/Session/SessionItemUtils.h"
#include "GUI/View/Info/CautionSign.h"
#include "GUI/Model/State/SessionData.h"
#include "GUI/View/Info/CautionSign.h"
#include "GUI/View/RealSpaceWidgets/RealSpaceBuilder.h"
#include "GUI/View/RealSpaceWidgets/RealSpaceModel.h"
#include "GUI/View/RealSpaceWidgets/RealSpaceView.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment