mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +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 <QButtonGroup>
|
||||
|
||||
//OCCT includes
|
||||
#include <TopoDS.hxx>
|
||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
|
||||
//=================================================================================
|
||||
// class : EntityGUI_IsolineDlg
|
||||
// purpose :
|
||||
|
@ -56,6 +56,8 @@
|
||||
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// function : Constructor
|
||||
// purpose :
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user