]> SALOME platform Git repositories - modules/shaper.git/blob - src/ModuleBase/ModuleBase_IViewer.cpp
Salome HOME
Do not allow user to move fixed entities (issue #1043)
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewer.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #include "ModuleBase_IViewer.h"
4
5 ModuleBase_IViewer::ModuleBase_IViewer(QObject* theParent) : QObject(theParent)
6 {
7
8 }