https://bugs.kde.org/show_bug.cgi?id=500749
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/354c4c5eeec73ba9a17be36d1 | |c133fd022ee122c --- Comment #5 from Marco Martin <notm...@gmail.com> --- Git commit 354c4c5eeec73ba9a17be36d1c133fd022ee122c by Marco Martin. Committed on 03/03/2025 at 09:46. Pushed by mart into branch 'master'. libnotificationmanager: Fix infinite recursion when adding a second applet Add a QConcatenateTablesProxyModel subclass which always has 1 column. This is a workaround to https://bugreports.qt.io/browse/QTBUG-134210 and https://bugs.kde.org/show_bug.cgi?id=500749 if a model is added to an empty QConcatenateTablesProxyModel it will report zero columns and non-zero rows, causing a data inconsistence which causes an infinite recursion in NotificationFilterProxyModel::filterAcceptsRow remove when the upstream bug is fixed M +20 -1 libnotificationmanager/notifications.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/354c4c5eeec73ba9a17be36d1c133fd022ee122c -- You are receiving this mail because: You are watching all bug changes.