Salome HOME
Build with native prerequsites
authorrnv <rnv@opencascade.com>
Mon, 22 Jun 2020 11:05:18 +0000 (14:05 +0300)
committervsr <vsr@opencascade.com>
Wed, 29 Jul 2020 12:54:42 +0000 (15:54 +0300)
src/BasicGUI/BasicGUI_CurveDlg.cxx
src/EntityGUI/EntityGUI_3DSketcherDlg.cxx
src/EntityGUI/EntityGUI_IsolineDlg.cxx
src/EntityGUI/EntityGUI_SketcherDlg.cxx
src/GEOMBase/GEOMBase_Skeleton.cxx
src/GroupGUI/GroupGUI_GroupDlg.cxx
src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx
src/RepairGUI/RepairGUI_CloseContourDlg.cxx
src/RepairGUI/RepairGUI_DivideEdgeDlg.cxx

index 7b193f9747ad8f18677b047cbb9fb5c5ae9961b5..301aaf37e796c0c2c64d38c8d44abae45101516b 100644 (file)
@@ -47,6 +47,8 @@
 
 #include <GEOMImpl_Types.hxx>
 
+#include <QButtonGroup>
+
 //=================================================================================
 // class    : BasicGUI_CurveDlg()
 // purpose  : Constructs a BasicGUI_CurveDlg which is a child of 'parent', with the
index 74abede30f252e7225a9101fbf2381d106ad18d3..fcd9cdee9858969378416422c2d79b608ce230f7 100644 (file)
@@ -72,6 +72,8 @@
 #include <Graphic3d_AspectText3d.hxx>
 #include <Font_FontAspect.hxx>
 
+#include <QButtonGroup>
+
 // This include must be *AFTER* SOCC_ViewModel.h because
 // of the constant ROTATE which is a #define in
 // GEOMImpl_Types.hxx and an enum in SOCC_ViewModel.h
index f105c3ed9318e0704b9613c2cae349e8c7ae069b..1e662594b8651b0edcd642dade0535072462fc3f 100644 (file)
@@ -30,6 +30,8 @@
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
 
+#include <QButtonGroup> 
+
 
 //=================================================================================
 // class    : EntityGUI_IsolineDlg
index 1011d2e20e1d20d0f4a5641a701a0398a45c9d93..1155185ed7560367b026c81a62f9fa3b7a1a77c4 100644 (file)
@@ -52,6 +52,7 @@
 #include <DlgRef.h>
 
 #include <QKeyEvent>
+#include <QButtonGroup>
 
 #include <BRep_Tool.hxx>
 #include <TopExp.hxx>
index 34213496412d236509a81d210c24ab57777b5f94..cde8d2fc61e8eaf8c86305c771b58aee0bb3a877 100644 (file)
@@ -44,6 +44,7 @@
 #include <QKeyEvent>
 #include <QSpinBox>
 #include <QDoubleSpinBox>
+#include <QButtonGroup>
 
 //=================================================================================
 // class    : GEOMBase_Skeleton()
index 6f8f529eaa4609cc41d4bf4e11fb3ed154ea402a..fc18f87c1c2754342a269b2ffad29decd152186a 100644 (file)
@@ -61,6 +61,7 @@
 #include <QListWidget>
 #include <QLineEdit>
 #include <QMap>
+#include <QButtonGroup>
 
 #include <AIS_ListOfInteractive.hxx>
 #include <AIS_ListIteratorOfListOfInteractive.hxx>
index bcccbf157a1745d4b78354698ba553381f8fbb5e..6779e5a41203860baf54f1cd004c41825cb1059b 100644 (file)
@@ -50,6 +50,8 @@
 #include <SUIT_Session.h>
 #include <SUIT_Desktop.h>
 
+#include <QButtonGroup>
+
 #include <Aspect_PolygonOffsetMode.hxx>
 
 #include <Basics_OCCTVersion.hxx>
index 837e6bb6d73d69de2413832f77f1e8edb3eab890..47c0337aa662f78d654092cb85816288db1e90ec 100644 (file)
@@ -41,6 +41,8 @@
 #include <TColStd_MapOfInteger.hxx>
 #include <TColStd_IndexedMapOfInteger.hxx>
 
+#include <QButtonGroup>
+
 #include <GEOMImpl_Types.hxx>
 
 //=================================================================================
index a147d97e5c55ec6e71449e975c7bb85c46831cc5..14e22e9689e2bf0d90321663dcd9c4bf2b7af88b 100644 (file)
@@ -55,6 +55,8 @@
 #include <TopoDS_Edge.hxx>
 #include <gp_Pnt.hxx>
 
+#include <QButtonGroup>
+
 enum { BY_PARAM, BY_POINT_PROJ };
 
 //=================================================================================