mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-10 09:53:08 +05:00
Port to use Qt 5.11.x (native on Debian 10).
This only adds some missing #include directives. The changeset has also been tested on Debian-9 with Qt 5.9.
This commit is contained in:
parent
5dfdaa8e0b
commit
57e4a74870
@ -48,6 +48,8 @@
|
|||||||
|
|
||||||
#include <SalomeApp_Tools.h>
|
#include <SalomeApp_Tools.h>
|
||||||
|
|
||||||
|
#include <QButtonGroup>
|
||||||
|
|
||||||
//OCCT includes
|
//OCCT includes
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
#include <QButtonGroup>
|
#include <QButtonGroup>
|
||||||
|
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// class : EntityGUI_IsolineDlg
|
// class : EntityGUI_IsolineDlg
|
||||||
// purpose :
|
// purpose :
|
||||||
|
@ -56,6 +56,8 @@
|
|||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
#include <Basics_OCCTVersion.hxx>
|
||||||
|
|
||||||
|
#include <QButtonGroup>
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// function : Constructor
|
// function : Constructor
|
||||||
// purpose :
|
// purpose :
|
||||||
|
@ -45,6 +45,8 @@
|
|||||||
|
|
||||||
#include <GEOMImpl_Types.hxx>
|
#include <GEOMImpl_Types.hxx>
|
||||||
|
|
||||||
|
#include <QButtonGroup>
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// class : RepairGUI_CloseContourDlg()
|
// class : RepairGUI_CloseContourDlg()
|
||||||
// purpose : Constructs a RepairGUI_CloseContourDlg which is a child of 'parent', with the
|
// purpose : Constructs a RepairGUI_CloseContourDlg which is a child of 'parent', with the
|
||||||
|
Loading…
Reference in New Issue
Block a user