mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Integrate new splash for SALOME 4.x
This commit is contained in:
parent
496cc5f9ba
commit
e955dc7400
@ -38,6 +38,11 @@ class QLineEdit;
|
||||
class QButtonGroup;
|
||||
class QPushButton;
|
||||
|
||||
#ifndef COORD_MIN
|
||||
# define COORD_MIN -1e+15
|
||||
# define COORD_MAX +1e+15
|
||||
#endif // COORD_MIN
|
||||
|
||||
class GEOMBASE_EXPORT GEOMBase_Skeleton : public QDialog, public GEOMBase_Helper
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user