mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Finally connect action for the 'Quit' menu action.
parent
76430322dd
commit
c2d93b4a4a
|
|
@ -299,6 +299,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
|
|||
"action_menu_rep_additional_lines": self.open_rep_lines,
|
||||
"action_menu_edit_geotiff": self.open_geotiff,
|
||||
"action_menu_close": self.close_model,
|
||||
"action_menu_quit": self.close,
|
||||
"action_menu_results_last": self.open_last_results,
|
||||
"action_menu_open_results_from_file": self.open_results_from_file,
|
||||
"action_menu_compare_scenarios_results":
|
||||
|
|
|
|||
Loading…
Reference in New Issue