From 8a6ea0e454dddcc1d9c14ad1e02a43a53a4ef667 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Mon, 30 Oct 2017 13:58:28 +0100 Subject: Qt: Further cleanup ByteView This further separates ByteView and the rest of the system. Using FieldInformation and DataPrinter, this is the final cleanup of the ByteViewTab Change-Id: If41521167527cf5664c2564cdd0d45fea0f3f612 Reviewed-on: https://code.wireshark.org/review/22783 Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- ui/qt/main_status_bar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/qt/main_status_bar.h') diff --git a/ui/qt/main_status_bar.h b/ui/qt/main_status_bar.h index 5f454f88a9..00d98db3e4 100644 --- a/ui/qt/main_status_bar.h +++ b/ui/qt/main_status_bar.h @@ -28,6 +28,7 @@ #include "capchild/capture_session.h" +#include #include #include "progress_frame.h" #include "wireshark_application.h" @@ -79,6 +80,8 @@ signals: public slots: void setCaptureFile(capture_file *cf); + void selectedFieldChanged(FieldInformation *); + void highlightedFieldChanged(FieldInformation *); void pushTemporaryStatus(const QString &message); void popTemporaryStatus(); void pushFileStatus(const QString &message, const QString &messagetip = QString()); -- cgit v1.2.3