mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fix checkbox behaviour
--HG-- branch : feature-crashreport
This commit is contained in:
parent
230be4d64b
commit
a9dc1a4c68
1 changed files with 3 additions and 1 deletions
|
@ -120,6 +120,8 @@ void CCrashReportWidget::setup( const std::vector< std::pair< std::string, std::
|
|||
m_ui.gridLayout->addWidget( m_ui.emailEdit, 6, 0, 1, 1 );
|
||||
|
||||
connect(cb, SIGNAL(stateChanged(int)), this, SLOT(onSendCBClicked()));
|
||||
if (m_forceSend)
|
||||
cb->setChecked(true);
|
||||
}
|
||||
|
||||
hbl->addStretch();
|
||||
|
|
Loading…
Reference in a new issue