Salome HOME
Merge Dev_2.1.0 with PythonAPI branch
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWidgetCreator.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #include "ModuleBase_IWidgetCreator.h"
4
5 ModuleBase_IWidgetCreator::ModuleBase_IWidgetCreator()
6 {
7
8 }
9
10 ModuleBase_IWidgetCreator::~ModuleBase_IWidgetCreator()
11 {
12
13 }