aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 97b341928e..68715457bf 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -108,6 +108,7 @@ private:
QMenu *open_recent_menu_;
QSplitter master_split_;
QSplitter extra_split_;
+ QVector<unsigned> cur_layout_;
MainWelcome *main_welcome_;
DisplayFilterCombo *df_combo_box_;
CaptureFile capture_file_;