summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-11 15:00:27 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-12 23:32:54 +0000
commit931807ea61cd9b2729fa06fefa6ce3a09b89ee4b (patch)
treeb796fb4fb520959d3fc1e6fb00c1da223c22fdbf /wireshark-qt.cpp
parentb3e2c568b00408f37282c73bed74e421bd574766 (diff)
downloadwireshark-931807ea61cd9b2729fa06fefa6ce3a09b89ee4b.tar.gz
Qt: Add the "new packet" window^Wdialog^Wwindow.
Allow persistence across files. Preserve the use of "window" even though we're really a dialog. Update ByteViewTab and ProtoTree to support multiple instances. Remove the need for a cast in frame_data. Add more forward declarations. Change-Id: I50d3d9d1455b8ecc158a37218f9e41fe696d5ae2 Reviewed-on: https://code.wireshark.org/review/7086 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 7375171253..c44cc7d1b8 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -85,6 +85,7 @@
#include "ui/qt/simple_dialog.h"
#include "ui/qt/main_window.h"
+#include "ui/qt/splash_overlay.h"
#include "ui/qt/wireshark_application.h"
#include "caputils/capture-pcap-util.h"