Salome HOME
Models for object browser created
[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 }