diff options
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; |