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

unify action classes ...

parent 586dbd1e
No related branches found
No related tags found
1 merge request!2289make mask and projection classes more similar
......@@ -18,9 +18,6 @@
#include "GUI/Model/Mask/ProjectionList.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/View/Setup/ProjectionsSaver.h"
#include <QItemSelectionModel>
#include <QModelIndexList>
#include <QWidget>
ProjectionActions::ProjectionActions()
: m_resetViewAction(new QAction)
......
......@@ -16,6 +16,9 @@
#define BORNAGAIN_GUI_VIEW_SETUP_PROJECTIONACTIONS_H
#include <QAction>
#include <QItemSelectionModel>
#include <QModelIndexList>
#include <QObject>
class Data2DItem;
class MaskeditorListmodel;
......
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