Fix crash with newer Qt versions
authorAlbert Astals Cid <aacid@kde.org>
Thu, 8 Apr 2021 20:07:15 +0000 (22:07 +0200)
committerAdrian Bunk <bunk@debian.org>
Tue, 7 Feb 2023 16:22:51 +0000 (16:22 +0000)
commit5fd7175c3fe865cbc1973e32c18b5d0840d58afc
tree0b7fa1e08fb228734290497dbbdad7ac46cd7ebd
parent4be84458a1f98b9a6c99bd39b2df64898f05c29d
Fix crash with newer Qt versions

Assign m_internalModel before calling into
QSortFilterProxyModel::setSourceModel since that can end up calling filterAcceptsRow

Gbp-Pq: Name 0001-Fix-crash-with-newer-Qt-versions.patch
src/gui/file/sortfilterfilemodel.cpp