Skip to content

Commit

Permalink
Changed implementation of Exit menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed Apr 17, 2024
1 parent 4ee9370 commit ed52b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void mainwindow::retranslateUi(void)

void mainwindow::ExitTriggered(bool checked)
{
prepareToExit();
close();
}

void mainwindow::AboutQtTriggered(bool checked)
Expand Down

0 comments on commit ed52b5e

Please sign in to comment.