mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +00:00
Update usage of QCheckBox::stateChanged to QCheckBox::checkStateChanged
This commit is contained in:
parent
2f37e42b38
commit
685f3cee10
1 changed files with 2 additions and 2 deletions
|
|
@ -1080,9 +1080,9 @@ void MainWindowImpl::ConnectOtherSignals()
|
|||
}
|
||||
});
|
||||
connect(mainWindow_->ui->trackLocationCheckBox,
|
||||
&QCheckBox::stateChanged,
|
||||
&QCheckBox::checkStateChanged,
|
||||
mainWindow_,
|
||||
[this](int state)
|
||||
[this](Qt::CheckState state)
|
||||
{
|
||||
bool trackingEnabled = (state == Qt::CheckState::Checked);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue