mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
privilege check clang-tidy fix
This commit is contained in:
parent
eb3b76dcf4
commit
3ea37ba104
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ bool PrivilegeChecker::pre_settings_check()
|
|||
return false;
|
||||
}
|
||||
|
||||
int result = p->dialog_.exec();
|
||||
const int result = p->dialog_.exec();
|
||||
p->firstCheckCheckBoxState_ = p->checkBox_->isChecked();
|
||||
|
||||
return result != QMessageBox::Yes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue