This commit fixes the following warning:
/path/to/CTK/Libs/DICOM/Widgets/ctkDICOMThumbnailListWidget.cpp: In member function ‘void ctkDICOMThumbnailListWidgetPrivate::addSeriesThumbnails(const QModelIndex&)’:
/path/to/CTK/Libs/DICOM/Widgets/ctkDICOMThumbnailListWidget.cpp:149:15: warning: variable ‘studyIndex’ set but not used [-Wunused-but-set-variable]
QModelIndex studyIndex = index.parent();
^
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||