mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-31 22:37:48 +05:00
Fix error.
This commit is contained in:
parent
5da2e517d7
commit
e5daf0a638
@ -28,17 +28,21 @@
|
|||||||
#ifndef DIALOGBOX_ANGLE_H
|
#ifndef DIALOGBOX_ANGLE_H
|
||||||
#define DIALOGBOX_ANGLE_H
|
#define DIALOGBOX_ANGLE_H
|
||||||
|
|
||||||
#include "GEOM_MeasureGUI.hxx"
|
|
||||||
|
|
||||||
#include "MeasureGUI_Skeleton.h"
|
#include "MeasureGUI_Skeleton.h"
|
||||||
|
|
||||||
class MeasureGUI_2Sel1LineEdit_QTD;
|
class MeasureGUI_2Sel1LineEdit_QTD;
|
||||||
|
|
||||||
|
#if defined WNT && defined MEASUREGUI_EXPORTS
|
||||||
|
#define MEASUREGUI_EXPORT __declspec( dllexport )
|
||||||
|
#else
|
||||||
|
#define MEASUREGUI_EXPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// class : MeasureGUI_AngleDlg
|
// class : MeasureGUI_AngleDlg
|
||||||
// purpose :
|
// purpose :
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
class GEOM_MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
class MEASUREGUI_EXPORT MeasureGUI_AngleDlg : public MeasureGUI_Skeleton
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user