Various pointer changes

This commit is contained in:
SimoneN64
2024-07-03 21:11:03 +02:00
parent 15838db5b6
commit d90e26ac0c
13 changed files with 144 additions and 150 deletions

View File

@@ -31,6 +31,10 @@ void MainWindowController::ConnectSignalsToSlots() noexcept {
emit Exit();
});
connect(this, &MainWindowController::destroyed, this, [this]() {
emit Exit();
});
connect(view.actionReset, &QAction::triggered, this, [this]() {
emit Reset();
});