diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 15:52:34 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 15:52:34 +0200 |
| commit | d9aada29009c66c6d146d88b20ab43f967653566 (patch) | |
| tree | d3d93edb4d4ff93b3fda493f0e0e1a68bcdb3a78 /src/courtroom.h | |
| parent | efd2571459924f40718130f7edd28a72a76b12d7 (diff) | |
Add Courtroom position restore
Diffstat (limited to 'src/courtroom.h')
| -rw-r--r-- | src/courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/courtroom.h b/src/courtroom.h index c0fff0ad..ba771acf 100644 --- a/src/courtroom.h +++ b/src/courtroom.h @@ -297,6 +297,9 @@ public: void set_judge_state(JudgeState new_state); void set_judge_buttons(); +protected: + virtual void closeEvent(QCloseEvent *event) override; + private: AOApplication *ao_app; |
