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

fwd decl

parent d631b4e3
No related branches found
No related tags found
1 merge request!2202DoubleSpinBox cleanup in view of #870
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Numeric/DoubleSpinBox.h" #include "GUI/View/Numeric/DoubleSpinBox.h"
#include "GUI/Model/Descriptor/DoubleProperty.h"
#include "GUI/View/Numeric/NumberUtil.h" #include "GUI/View/Numeric/NumberUtil.h"
#include <QWheelEvent> #include <QWheelEvent>
......
...@@ -15,9 +15,10 @@ ...@@ -15,9 +15,10 @@
#ifndef BORNAGAIN_GUI_VIEW_NUMERIC_DOUBLESPINBOX_H #ifndef BORNAGAIN_GUI_VIEW_NUMERIC_DOUBLESPINBOX_H
#define BORNAGAIN_GUI_VIEW_NUMERIC_DOUBLESPINBOX_H #define BORNAGAIN_GUI_VIEW_NUMERIC_DOUBLESPINBOX_H
#include "GUI/Model/Descriptor/DoubleProperty.h"
#include <QDoubleSpinBox> #include <QDoubleSpinBox>
class DoubleProperty;
//! SpinBox for DoubleProperties, supporting units. //! SpinBox for DoubleProperties, supporting units.
class DoubleSpinBox : public QDoubleSpinBox { class DoubleSpinBox : public QDoubleSpinBox {
Q_OBJECT Q_OBJECT
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Numeric/NumWidgetUtil.h" #include "GUI/View/Numeric/NumWidgetUtil.h"
#include "GUI/Model/Descriptor/DoubleProperty.h"
#include "GUI/View/Numeric/DoubleSpinBox.h" #include "GUI/View/Numeric/DoubleSpinBox.h"
#include "GUI/View/Numeric/NumberUtil.h" #include "GUI/View/Numeric/NumberUtil.h"
#include "GUI/View/Tool/CustomEventFilters.h" #include "GUI/View/Tool/CustomEventFilters.h"
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/View/Setup/MaskEditorToolpanel.h" #include "GUI/View/Setup/MaskEditorToolpanel.h"
#include "Fit/Param/RealLimits.h"
#include "GUI/Model/Mask/MaskContainerItem.h" #include "GUI/Model/Mask/MaskContainerItem.h"
#include "GUI/Model/Mask/MaskContainerModel.h" #include "GUI/Model/Mask/MaskContainerModel.h"
#include "GUI/Model/Mask/MaskItems.h" #include "GUI/Model/Mask/MaskItems.h"
......
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