diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-21 18:54:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-21 18:54:52 +0200 |
| commit | e82726ba5b4a2faf8caea747789d71f1e717f7f8 (patch) | |
| tree | 540c4eb207a28d26fe91b3cfed92bb6d02240a66 /src/courtroom.cpp | |
| parent | 0c3a4259ab22ff2e44e4eca6a11e8054f3c78d30 (diff) | |
Attorney Online 2.11 Release Candidate 1 (#1026)
* Version bump and minor fixes
* Remove unecessary headers
Thanks QtCreator
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index cea7ba07..3f1e938a 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -412,7 +412,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) initialize_evidence(); // TODO : Properly handle widget creation order. - // Good enough for 2.10 + // Good enough for 2.11 ui_pair_list->raise(); construct_char_select(); |
