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

+1

parent 8610296f
No related branches found
No related tags found
1 merge request!2009further cleanup while reading GUI/Model/Mask
......@@ -70,7 +70,7 @@ void IntensityDataProjectionsWidget::setContext()
m_projectionsCanvas->setContextPC(currentData2DItem());
m_projectionsWidget->setData2DItem(currentData2DItem());
m_editorActions->setContext(currentData2DItem());
m_editorActions->setContextPEA(currentData2DItem());
}
void IntensityDataProjectionsWidget::showEvent(QShowEvent*)
......
......@@ -50,7 +50,7 @@ ProjectionsEditorActions::ProjectionsEditorActions(QWidget* parent)
connect(m_deleteAction, &QAction::triggered, this, &ProjectionsEditorActions::onDeleteAction);
}
void ProjectionsEditorActions::setContext(Data2DItem* data2DItem)
void ProjectionsEditorActions::setContextPEA(Data2DItem* data2DItem)
{
m_data2DItem = data2DItem;
......
......@@ -30,7 +30,7 @@ class ProjectionsEditorActions : public QObject {
public:
ProjectionsEditorActions(QWidget* parent = nullptr);
void setContext(Data2DItem* data2DItem);
void setContextPEA(Data2DItem* data2DItem);
QList<QAction*> topToolbarActions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment