diff options
| author | Leifa <26681464+TrickyLeifa@users.noreply.github.com> | 2024-07-12 14:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 14:06:27 +0200 |
| commit | d05636571e234bf28dd49830af52675e6bb20068 (patch) | |
| tree | 5c20f972419f4efc58e5f23e35f25467b5e3aa43 /src/courtroom.h | |
| parent | fb64ca386c51cc3942e1f38cfd76132b1b50e9db (diff) | |
| parent | 712269b4503989736b8b9b64eeeb69cab938b7f8 (diff) | |
Merge pull request #1016 from AttorneyOnline/restore-window-position
[Feature] Add support for windows 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 905fd17b..6cae0ff4 100644 --- a/src/courtroom.h +++ b/src/courtroom.h @@ -300,6 +300,9 @@ public: void set_judge_state(JudgeState new_state); void set_judge_buttons(); +protected: + virtual void closeEvent(QCloseEvent *event) override; + private: AOApplication *ao_app; |
