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

fwd decl

parent 69543eb4
No related branches found
No related tags found
1 merge request!1390OffspecSimulation gets its own detector
......@@ -19,7 +19,6 @@
#include "GUI/View/Numeric/NumWidgetUtils.h"
#include "GUI/View/Tool/GroupBoxCollapser.h"
#include <QFormLayout>
#include <QGroupBox>
ResolutionForm::ResolutionForm(Unit unit, QWidget* parent, DetectorItem* item)
: QGroupBox("Resolution function", parent)
......
......@@ -15,10 +15,10 @@
#ifndef BORNAGAIN_GUI_VIEW_DEVICE_RESOLUTIONFORM_H
#define BORNAGAIN_GUI_VIEW_DEVICE_RESOLUTIONFORM_H
#include <QFormLayout>
#include <QGroupBox>
class DetectorItem;
class QFormLayout;
//! Widget for selecting the resolution function of a detector (combo box) and input of the
//! corresponding values
......
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