mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-10 21:43:07 +05:00
Win32 compatibility
This commit is contained in:
parent
ed5cffe2ae
commit
7191e58797
@ -28,6 +28,8 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "GEOM_OBJECT_defs.hxx"
|
||||
|
||||
namespace GEOM
|
||||
{
|
||||
enum Property {
|
||||
@ -55,12 +57,12 @@ namespace GEOM
|
||||
LastProperty = OutlineColor,
|
||||
};
|
||||
|
||||
double minDeflection();
|
||||
GEOM_OBJECT_EXPORT double minDeflection();
|
||||
|
||||
QString sectionSeparator();
|
||||
QString subSectionSeparator();
|
||||
GEOM_OBJECT_EXPORT QString sectionSeparator();
|
||||
GEOM_OBJECT_EXPORT QString subSectionSeparator();
|
||||
|
||||
QString propertyName( Property );
|
||||
GEOM_OBJECT_EXPORT QString propertyName( Property );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user