mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-30 19:30:35 +05:00
Fix of SMESH compilation error...
This commit is contained in:
parent
f3e94fb681
commit
553f9198f9
@ -81,7 +81,7 @@ void SMESHGUI_Operation::startOperation()
|
|||||||
disconnect( dlg(), SIGNAL( dlgClose() ), this, SLOT( onCancel() ) );
|
disconnect( dlg(), SIGNAL( dlgClose() ), this, SLOT( onCancel() ) );
|
||||||
disconnect( dlg(), SIGNAL( dlgHelp() ), this, SLOT( onHelp() ) );
|
disconnect( dlg(), SIGNAL( dlgHelp() ), this, SLOT( onHelp() ) );
|
||||||
|
|
||||||
setButtonText(1, "&Ok"); //rename Apply and Close to OK
|
dlg()->setButtonText(1, "&Ok"); //rename Apply and Close to OK
|
||||||
|
|
||||||
if( dlg()->testButtonFlags( QtxDialog::OK ) )
|
if( dlg()->testButtonFlags( QtxDialog::OK ) )
|
||||||
connect( dlg(), SIGNAL( dlgOk() ), this, SLOT( onOk() ) );
|
connect( dlg(), SIGNAL( dlgOk() ), this, SLOT( onOk() ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user