Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix -Wint-in-bool-context in ctkDICOMPatientItemWidget
This commit addresses the following warning: /path/to/CTK/Libs/DICOM/Widgets/ctkDICOMPatientItemWidget.cpp:791:35: warning: enum constant in boolean context [-Wint-in-bool-context] 791 | (Qt::ControlModifier || Qt::ShiftModifier)) | ^~~~~~~~~~~~~
- Loading branch information