mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fix checkbox behaviour
This commit is contained in:
parent
0a2c891c75
commit
4bcb8811d6
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 );
|
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();
|
hbl->addStretch();
|
||||||
|
|
Loading…
Reference in a new issue