summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-26 03:39:28 -0400
committerbd <bdunahu@operationnull.com>2025-04-26 03:39:28 -0400
commita78163745b43a0c420ae4ea5792def30a94420eb (patch)
tree9cc23cfec1a7e524822d604e95e237034b31a95e /gui/gui.h
parentc98a0c26c4ccb5c4ae0e9f5810be910a7b299037 (diff)
Partial cache size generation, full cache display
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/gui.h b/gui/gui.h
index f723729..10c8f67 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -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;