summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-06-19 16:28:10 -0400
committerMichael Mann <mmann78@netscape.net>2017-06-20 13:49:01 +0000
commit4d90f2e092802775e5e3e457768d1c1f4760a1f0 (patch)
treebf9013fd357111694c1bfc8c3e697a627f1c6803 /ui/qt/main_window.h
parent3978462fd31665f30432689634812a15c476406b (diff)
downloadwireshark-4d90f2e092802775e5e3e457768d1c1f4760a1f0.tar.gz
Qt: make Wireless Timeline a separate item
Do not put the wireless timeline in the main view with splitters, it has a fixed size anyway and is not taken into account for layout and size calculations for the panes. Bug: 13776 Change-Id: I71da962950c3f1b215908674f4852afa76744343 Reviewed-on: https://code.wireshark.org/review/22242 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Simon Barber <simon.barber@meraki.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 18df63840f..1849e63eb8 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -66,7 +66,6 @@ class FileSetDialog;
class FunnelStatistics;
class MainWelcome;
class PacketList;
-class WirelessTimeline;
class ProtoTree;
class WirelessFrame;
@@ -153,7 +152,6 @@ private:
// XXX - packet_list_, proto_tree_, and byte_view_tab_ should
// probably be full-on values instead of pointers.
PacketList *packet_list_;
- WirelessTimeline *wireless_timeline_;
ProtoTree *proto_tree_;
QWidget *previous_focus_;
FileSetDialog *file_set_dialog_;