mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fix checkbox behaviour
This commit is contained in:
parent
0a2c891c75
commit
4bcb8811d6
1 changed files with 3 additions and 1 deletions
|
@ -119,7 +119,9 @@ void CCrashReportWidget::setup( const std::vector< std::pair< std::string, std::
|
|||
m_ui.gridLayout->addWidget( m_ui.emailCB, 5, 0, 1, 1 );
|
||||
m_ui.gridLayout->addWidget( m_ui.emailEdit, 6, 0, 1, 1 );
|
||||
|
||||
connect( cb, SIGNAL( stateChanged( int ) ), this, SLOT( onSendCBClicked() ) );
|
||||
connect(cb, SIGNAL(stateChanged(int)), this, SLOT(onSendCBClicked()));
|
||||
if (m_forceSend)
|
||||
cb->setChecked(true);
|
||||
}
|
||||
|
||||
hbl->addStretch();
|
||||
|
|
Loading…
Reference in a new issue