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

fwd decl

parent bdf6365e
No related branches found
No related tags found
1 merge request!2017trivial cleanup in the run up to #724, 761, 762.
......@@ -16,6 +16,7 @@
#include "Base/Util/Assert.h"
#include "GUI/Model/Device/RealItem.h"
#include "GUI/Model/Job/JobItem.h"
#include "GUI/View/Data/DataAccessWidget.h"
#include "GUI/View/Widget/ItemComboToolbar.h"
#include <QVBoxLayout>
......
......@@ -16,11 +16,13 @@
#define BORNAGAIN_GUI_VIEW_WIDGET_ITEMCOMBOWIDGET_H
#include "Base/Util/IFactory.h"
#include "GUI/View/Data/DataAccessWidget.h"
#include <QMap>
#include <QStackedWidget>
class DataAccessWidget;
class ItemComboToolbar;
class JobItem;
class RealItem;
//! The ItemComboWidget class combines stack of widgets with QComboBox controller to switch between
//! widgets. It is used in the case when corresponding item can be presented with different widgets.
......
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