]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Port to use Qt 5.11.x (native on Debian 10). V9_6_0b1
authorPascal Obry <pascal.obry@edf.fr>
Fri, 27 Mar 2020 14:44:07 +0000 (15:44 +0100)
committerPascal Obry <pascal.obry@edf.fr>
Thu, 15 Oct 2020 12:54:05 +0000 (14:54 +0200)
This only adds some missing #include directives. The changeset has
also been tested on Debian-9 with Qt 5.9.

src/EntityGUI/EntityGUI_3DSketcherDlg.cxx
src/EntityGUI/EntityGUI_IsolineDlg.cxx
src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx
src/RepairGUI/RepairGUI_CloseContourDlg.cxx

index f90117b9400a47ee5be26b3a9c186af68fca758c..ef19ec0f3c6605c22271ae5289da0f2ada83c80b 100644 (file)
@@ -48,6 +48,8 @@
 
 #include <SalomeApp_Tools.h>
 
+#include <QButtonGroup>
+
 //OCCT includes
 #include <TopoDS.hxx>
 #include <TColStd_IndexedMapOfInteger.hxx>
index d73299b596037f2c2bc59a2400616de23da2101e..313464132fc0ed9299742e936f237b3617cedfaa 100644 (file)
@@ -30,8 +30,7 @@
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
 
-#include <QButtonGroup> 
-
+#include <QButtonGroup>
 
 //=================================================================================
 // class    : EntityGUI_IsolineDlg
index e58814f566e60b69165985ed7d5950fbb45a6e35..ceea1806de614eaa558e414cb2f31f13862972f7 100644 (file)
@@ -56,6 +56,8 @@
 
 #include <Basics_OCCTVersion.hxx>
 
+#include <QButtonGroup>
+
 //=================================================================================
 // function : Constructor
 // purpose  :
index 47c0337aa662f78d654092cb85816288db1e90ec..bdc259b6df4f959832ffa06e7b84acc993f3f527 100644 (file)
@@ -45,6 +45,8 @@
 
 #include <GEOMImpl_Types.hxx>
 
+#include <QButtonGroup>
+
 //=================================================================================
 // class    : RepairGUI_CloseContourDlg()
 // purpose  : Constructs a RepairGUI_CloseContourDlg  which is a child of 'parent', with the