https://bugs.kde.org/show_bug.cgi?id=483757
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REPORTED CC| |nicolas.fe...@gmx.de Resolution|DUPLICATE |--- --- Comment #2 from Nicolas Fella <nicolas.fe...@gmx.de> --- Your program terminates because it has no windows of its own, so when the last QEventLoopLocker goes away the event loop exits. KFileWidget internally uses QEventLoopLocker, so creating it triggers this behavior. Use QApplication::setQuitLockEnabled(false) to prevent this. -- You are receiving this mail because: You are watching all bug changes.