Skip to content

Fix exception handling in Qt signal/slot system#376

Open
metsma wants to merge 1 commit intomainfrom
exception
Open

Fix exception handling in Qt signal/slot system#376
metsma wants to merge 1 commit intomainfrom
exception

Conversation

@metsma
Copy link
Contributor

@metsma metsma commented Oct 10, 2025

Signed-off-by: Raul Metsma raul@metsma.ee


window->quit();
exit();
} catch (const std::exception& error) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The window is no longer closed in catch. Previously the window was closed with window->quit() after try/catch, which took care of cleanup automatically during application exit.

Signed-off-by: Raul Metsma <raul@metsma.ee>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants