mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +05:00
bool SMESHGUI_ConvToQuadOp::onApply()
{ + SUIT_OverrideCursor aWaitCursor;
This commit is contained in:
parent
0d0bcededb
commit
bfe976c58e
@ -32,9 +32,10 @@
|
|||||||
#include <SMESH_TypeFilter.hxx>
|
#include <SMESH_TypeFilter.hxx>
|
||||||
|
|
||||||
// SALOME GUI includes
|
// SALOME GUI includes
|
||||||
#include <SalomeApp_Tools.h>
|
|
||||||
#include <SUIT_MessageBox.h>
|
|
||||||
#include <LightApp_UpdateFlags.h>
|
#include <LightApp_UpdateFlags.h>
|
||||||
|
#include <SUIT_MessageBox.h>
|
||||||
|
#include <SUIT_OverrideCursor.h>
|
||||||
|
#include <SalomeApp_Tools.h>
|
||||||
|
|
||||||
// IDL includes
|
// IDL includes
|
||||||
#include <SALOMEconfig.h>
|
#include <SALOMEconfig.h>
|
||||||
@ -176,6 +177,7 @@ SUIT_SelectionFilter* SMESHGUI_ConvToQuadOp::createFilter( const int theId ) con
|
|||||||
//================================================================================
|
//================================================================================
|
||||||
bool SMESHGUI_ConvToQuadOp::onApply()
|
bool SMESHGUI_ConvToQuadOp::onApply()
|
||||||
{
|
{
|
||||||
|
SUIT_OverrideCursor aWaitCursor;
|
||||||
|
|
||||||
QString aMess;
|
QString aMess;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user