diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-07-13 16:04:55 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-07-13 16:04:55 -0500 |
| commit | 3b78d10a5e5873e4a3170ee23c75ff1dc7c006f2 (patch) | |
| tree | f3d6ff0c86ee9c761c6b640dc4b2f0eb407dbfee /src/models/timer.hpp | |
| parent | 1b5479c24ae601bf3a3732201fcee7ce3f60d9d0 (diff) | |
Refactor, move label-making components into the model class, create a single update function for all labels
Diffstat (limited to 'src/models/timer.hpp')
| -rw-r--r-- | src/models/timer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/timer.hpp b/src/models/timer.hpp index 0b0a978..fcaec1a 100644 --- a/src/models/timer.hpp +++ b/src/models/timer.hpp @@ -47,6 +47,8 @@ class FreqTimer { [[nodiscard]] std::string counter_display_value() const; + [[nodiscard]] std::string record_floor_display() const; + /* * Lowest frequency which can be measured * in the interval (as measured in events/min |
