https://bugs.kde.org/show_bug.cgi?id=483147
--- Comment #5 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 0b406dcc0179642e70d9acb5b73a8b408a97847e by Alexander Lohnau. Committed on 26/11/2024 at 20:25. Pushed by alex into branch 'master'. Allow to set RunnerManager instance in model from outside This allows for reusing the manager instances or keeping them separate from the lifecycle of the model. A usecase if KWin, where we want to have the Milou.ResultView on different screens, but still want to keep the query and thus datasource in sync. Otherwise, we would do the exact same queries twice and in case of the calculator get slight issues with the global mutex. M +9 -0 src/model/resultsmodel.cpp M +5 -1 src/model/resultsmodel.h M +11 -4 src/model/runnerresultsmodel.cpp M +4 -1 src/model/runnerresultsmodel_p.h https://invent.kde.org/frameworks/krunner/-/commit/0b406dcc0179642e70d9acb5b73a8b408a97847e -- You are receiving this mail because: You are watching all bug changes.