Changed: Remove context help button

This commit is contained in:
kervala 2016-05-25 23:20:46 +02:00
parent a4881c2af5
commit 7b8ae7d530

View file

@ -38,6 +38,8 @@ extern NLMISC::CCmdArgs Args;
CClientConfigDialog::CClientConfigDialog( QWidget *parent ) :
QDialog( parent )
{
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setupUi( this );
connect( buttonBox->button( QDialogButtonBox::Cancel ), SIGNAL( clicked() ), this, SLOT( close() ) );
connect( buttonBox->button( QDialogButtonBox::Ok ), SIGNAL( clicked() ), this, SLOT( onClickOK() ) );