https://bugs.kde.org/show_bug.cgi?id=449229
--- Comment #6 from Grósz Dániel <groszdaniel...@gmail.com> --- (In reply to Kai Uwe Broulik from comment #5) > > Curious that these use different codepaths. > > One is explicitly quitting, the other is closing the window where Qt goes > "alrght, all my windows are closed, better quit now". > > I suppose file_quit action is explicitly wired to save the session and then > calls qApp->quit, whereas Qt just calls quits internally, effectively > bypassing the save. But it's the other way around: unsaved changes are retained when quitting by closing the window (Alt+F4), and doesn't work when quitting with File/Quit (Ctrl+Q). -- You are receiving this mail because: You are watching all bug changes.