diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-07 00:24:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 00:24:51 -0500 |
| commit | 679d80841776a774e7d79044210900ab36d9c022 (patch) | |
| tree | 113503d3bfb487624e9a7dd086daa512c46bf78d /include | |
| parent | 97f3d7a8bc43ee78691153bb60993ba734dbefde (diff) | |
| parent | 4fe4e6ad54b4d4e6a3bbb8d802040f5da5c8c688 (diff) | |
Merge pull request #556 from AttorneyOnline/feature/remember-search
Remember past search term when switching between area and music list
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 9da465ab..e8145140 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -588,6 +588,9 @@ private: QString current_background = "default"; QString current_side = ""; + QString last_music_search = ""; + QString last_area_search = ""; + QBrush free_brush; QBrush lfp_brush; QBrush casing_brush; |
