Salome HOME
106a7f0ccb1db2b22cbf421384eb7f6a7ae3595b
[modules/shaper.git] / src / XGUI / XGUI_DataModel.h
1
2 #ifndef XGUI_DataModel_H
3 #define XGUI_DataModel_H
4
5 #include <QAbstractItemModel>
6
7 class XGUI_DataModel : public QAbstractItemModel
8 {
9   Q_OBJECT
10 public:
11   XGUI_DataModel(QObject* theParent);
12   virtual ~XGUI_DataModel();
13 };
14
15 #endif