https://bugs.kde.org/show_bug.cgi?id=462447
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/discover/commit/c3a1d430 | |489a833b0dcb016f5344b37fec5 | |c2583 Resolution|--- |FIXED --- Comment #8 from Aleix Pol <aleix...@kde.org> --- Git commit c3a1d430489a833b0dcb016f5344b37fec5c2583 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 01/12/2022 at 15:27. Pushed by apol into branch 'master'. Fix loading backends Since now the loading of all backends happens as a block, the ResourcesModel constructor was a big beast. This would make tons of things happen before ResourcesModel::s_self was ever set. This changes it so the constructor only sets the minimum necessary things and the rest is done in a next call that will now happen just once again. M +6 -5 libdiscover/resources/ResourcesModel.cpp M +1 -1 libdiscover/resources/ResourcesModel.h https://invent.kde.org/plasma/discover/commit/c3a1d430489a833b0dcb016f5344b37fec5c2583 -- You are receiving this mail because: You are watching all bug changes.