Browse Source
The boolean expression model && model->haveWatchOnly() can be simplified to model->haveWatchOnly(), because if (!model || !model->getOptionsModel()) { return; } guards against a potential dereferenced null pointer.0.16
251
7 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue