Task #599 - kf5-kitemviews-5.116.0-1.fc41/scan-results.err

back to task #599
download
Error: CLANG_WARNING:
kf5-kitemviews-5.116.0-build/kitemviews-5.116.0/src/kcategorizedview.cpp:368:39: warning[core.CallAndMessage]: Called C++ object pointer is null
#  366|   QString KCategorizedViewPrivate::categoryForIndex(const QModelIndex &index) const
#  367|   {
#  368|->     const QModelIndex categoryIndex = index.model()->index(index.row(), proxyModel->sortColumn(), index.parent());
#  369|       return categoryIndex.data(KCategorizedSortFilterProxyModel::CategoryDisplayRole).toString();
#  370|   }

Error: CLANG_WARNING:
kf5-kitemviews-5.116.0-build/kitemviews-5.116.0/src/kcategorizedview.cpp:514:9: warning[core.CallAndMessage]: Called C++ object pointer is null
#  512|   
#  513|       // if the model already had information inserted, update our data structures to it
#  514|->     if (model->rowCount()) {
#  515|           slotLayoutChanged();
#  516|       }