https://bugs.kde.org/show_bug.cgi?id=384162
--- Comment #3 from David Faure <[email protected]> --- VcsOverlayProxyModel::data (called from painting code) calls KDevSvnPlugin::isVersionControlled which calls KJob::exec (!!!), whose nested event loop ends up in painting code again (!). I don't think it's good design for a model to be doing such operations from data(), it should rather do it async and notify of changes. -- You are receiving this mail because: You are watching all bug changes.
