https://bugs.kde.org/show_bug.cgi?id=520512
Nicolas Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/ki18n/-/commit/ffd06 | |0e05a11670f386154e9e46b85e1 | |db69046d Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #16 from Nicolas Fella <[email protected]> --- Git commit ffd060e05a11670f386154e9e46b85e1db69046d by Nicolas Fella. Committed on 15/06/2026 at 11:41. Pushed by nicolasfella into branch 'master'. KTranscript: Use Q_APPLICATION_STATIC for impl The impl owns a QQmlEngine. QQmlEngine doesn't like being destroyed after the QApplication is gone (QTBUG-147479). Using Q_APPLICATION_STATIC destroys it earlier and avoids the issue. M +2 -1 src/i18n/ktranscript.cpp https://invent.kde.org/frameworks/ki18n/-/commit/ffd060e05a11670f386154e9e46b85e1db69046d -- You are receiving this mail because: You are watching all bug changes.
