]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Port to use Qt 5.11.x (native on Debian 10).
authorPascal Obry <pascal.obry@edf.fr>
Fri, 27 Mar 2020 14:44:07 +0000 (15:44 +0100)
committerPascal Obry <pascal.obry@edf.fr>
Mon, 30 Mar 2020 07:39:00 +0000 (09:39 +0200)
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 91891f2278bc230efe0cf3fbd8ed2bbd6884afdb..ca509e7fecfb2330f87a0e540cfcb8f11c90b893 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 a2e6929d2a51b16bfa03253c33aa295a0ef1c5f6..ea65c73123b097cec44e6b026b9a3a5d8f58b351 100644 (file)
@@ -48,6 +48,8 @@
 
 #include <SalomeApp_Tools.h>
 
+#include <QButtonGroup>
+
 //OCCT includes
 #include <TopoDS.hxx>
 #include <TColStd_IndexedMapOfInteger.hxx>
index 073f72094b695bd5e6a757af344774fdac97c075..ea7391ae7e5de62362ebdb45c897fcc965907e6b 100644 (file)
@@ -30,6 +30,7 @@
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
 
+#include <QButtonGroup>
 
 //=================================================================================
 // class    : EntityGUI_IsolineDlg
index 93fa03f9b17cd96745ba58246eeb5e2370bf9462..c11205014247b884cb1f143fb673344e6cc97045 100644 (file)
@@ -52,6 +52,7 @@
 #include <DlgRef.h>
 
 #include <QKeyEvent>
+#include <QButtonGroup>
 
 #include <BRep_Tool.hxx>
 #include <TopExp.hxx>
index f6d3fd386c22f79c883861fbd7478adffa69a513..f61004ce7c3033c245eca03774bfae5b75f6d6fd 100644 (file)
@@ -44,6 +44,7 @@
 #include <QKeyEvent>
 #include <QSpinBox>
 #include <QDoubleSpinBox>
+#include <QButtonGroup>
 
 //=================================================================================
 // class    : GEOMBase_Skeleton()
index f21d8fbae16ee8fddaec964ea54864754ed1a5cd..8fde12e43cced92bf9af8eccea0e29743c46d808 100644 (file)
@@ -61,6 +61,7 @@
 #include <QListWidget>
 #include <QLineEdit>
 #include <QMap>
+#include <QButtonGroup>
 
 #include <AIS_ListOfInteractive.hxx>
 #include <AIS_ListIteratorOfListOfInteractive.hxx>
index 2a4f6870d65bf92f1ca74b787b4638183b6f867c..b3c3bf94a531de9b1bd0b01bf2559d59ffeab1c4 100644 (file)
@@ -54,6 +54,8 @@
 
 #include <Basics_OCCTVersion.hxx>
 
+#include <QButtonGroup>
+
 //=================================================================================
 // function : Constructor
 // purpose  :
index 4107c6e77944dadeb9d42a29800801a419457748..9400798d4a916c8f712e252ab2891686d0887587 100644 (file)
@@ -43,6 +43,8 @@
 
 #include <GEOMImpl_Types.hxx>
 
+#include <QButtonGroup>
+
 //=================================================================================
 // class    : RepairGUI_CloseContourDlg()
 // purpose  : Constructs a RepairGUI_CloseContourDlg  which is a child of 'parent', with the
index 2bca136ef3c2c5c980cef11de0f1d13b4393981c..a1c101ba7a91be7aaa6fca86e5a687bd86a3418b 100644 (file)
@@ -55,6 +55,8 @@
 #include <TopoDS_Edge.hxx>
 #include <gp_Pnt.hxx>
 
+#include <QButtonGroup>
+
 enum { BY_PARAM, BY_POINT_PROJ };
 
 //=================================================================================