]> SALOME platform Git repositories - modules/shaper.git/blob - src/XGUI/XGUI_DataModel.cpp
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / XGUI / XGUI_DataModel.cpp
1 #include "XGUI_DataModel.h"
2
3
4 XGUI_DataModel::XGUI_DataModel(QObject* theParent)
5   : QAbstractItemModel(theParent)
6 {
7 }
8
9
10 XGUI_DataModel::~XGUI_DataModel()
11 {
12 }