aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/byte_view_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/byte_view_tab.h')
-rw-r--r--ui/qt/byte_view_tab.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/qt/byte_view_tab.h b/ui/qt/byte_view_tab.h
index b1b8708211..19737dd383 100644
--- a/ui/qt/byte_view_tab.h
+++ b/ui/qt/byte_view_tab.h
@@ -48,9 +48,8 @@ public slots:
/* Set the capture file */
void setCaptureFile(capture_file *cf);
/* Creates the tabs and data, depends on an dissection which has already run */
- void packetSelectionChanged();
-
void selectedFrameChanged(int);
+ /* Selects or marks a field */
void selectedFieldChanged(FieldInformation *);
signals: