https://bugs.kde.org/show_bug.cgi?id=398204
Dan Leinir Turthra Jensen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/per | |use/ec35287e9f3e2c2e91693ef | |9b65096c574d0f2b2 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Dan Leinir Turthra Jensen <[email protected]> --- Git commit ec35287e9f3e2c2e91693ef9b65096c574d0f2b2 by Dan Leinir Turthra Jensen. Committed on 06/02/2020 at 11:33. Pushed by leinir into branch 'master'. Fix some sporadic crashes in the previewing code This has been a very long standing issue, and essentially a release blocker. Finally worked out that an underdocumented class named QQuickAsyncImageProvider is supposed to be used for things like this. So, use that, and the crashes go away (and the UI is smoother in addition, which is always nice). M +74 -38 src/qtquick/PreviewImageProvider.cpp M +25 -7 src/qtquick/PreviewImageProvider.h https://commits.kde.org/peruse/ec35287e9f3e2c2e91693ef9b65096c574d0f2b2 -- You are receiving this mail because: You are watching all bug changes.
