aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2018-06-01 15:43:36 +0200
committerRoland Knall <rknall@gmail.com>2018-06-01 17:01:34 +0000
commita1a56bd97d96b48a803bd5922b24737fcbd5cea4 (patch)
treec7f18651a394a32b810391ac8a2f71449df5f70a /ui/qt/main_window.h
parent2235c89e0cbae5669127f9900a1d18df745bd536 (diff)
Qt: Move Layout and clear master_split use
master_split_ must be moved to a more prominent widget, as it is in actuality the main widget of the application. Change-Id: Id45b60f5f57c982c1890318eec9fa87ab61a9e19 Reviewed-on: https://code.wireshark.org/review/27942 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 163dcb8823..6165edbbde 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -307,6 +307,9 @@ public slots:
void updatePreferenceActions();
void updateRecentActions();
+ void showWelcome();
+ void showCapture();
+
void setTitlebarForCaptureFile();
void setWSWindowTitle(QString title = QString());