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

fwd decl

parent fc54e860
No related branches found
No related tags found
1 merge request!2151some classes no longer inherit from DataAccessWidget (#838)
......@@ -15,6 +15,8 @@
#include "GUI/View/Tuning/SliderSettingsWidget.h"
#include "GUI/Model/Data/Data2DItem.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include <QCheckBox>
#include <QRadioButton>
#include <QLabel>
#include <QVBoxLayout>
......
......@@ -16,8 +16,8 @@
#define BORNAGAIN_GUI_VIEW_TUNING_SLIDERSETTINGSWIDGET_H
#include "GUI/View/Access/DataAccessWidget.h"
#include <QCheckBox>
#include <QRadioButton>
class QCheckBox;
class QRadioButton;
class SliderSettingsWidget : public DataAccessWidget {
Q_OBJECT
......
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