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/counter.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/counter.hpp')
| -rw-r--r-- | src/models/counter.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/counter.hpp b/src/models/counter.hpp index fa9e1c5..74f4e46 100644 --- a/src/models/counter.hpp +++ b/src/models/counter.hpp @@ -26,6 +26,7 @@ class FreqCounter { [[nodiscard]] std::string display_value() const; + [[nodiscard]] std::string rate_display() const; private: |
