summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
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;