diff options
author | bd <bdunahu@operationnull.com> | 2025-04-26 03:39:28 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-26 03:39:28 -0400 |
commit | a78163745b43a0c420ae4ea5792def30a94420eb (patch) | |
tree | 9cc23cfec1a7e524822d604e95e237034b31a95e /gui/gui.h | |
parent | c98a0c26c4ccb5c4ae0e9f5810be910a7b299037 (diff) |
Partial cache size generation, full cache display
Diffstat (limited to 'gui/gui.h')
-rw-r--r-- | gui/gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -102,6 +102,11 @@ class GUI : public QMainWindow bool ready; /** + * The current number of cache levels. + */ + int curr_cache_levels; + + /** * The list of storage displays. */ std::vector<StorageView *> tab_boxes; |