aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_frame.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-07-30 09:48:56 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2019-08-01 06:33:17 +0000
commit0c4264f6cfffbd4d14bd302b60e03a1b1b2ac38c (patch)
treefaeae41ed3a9899a051a3cb1d65bb9ef053fcd15 /ui/qt/interface_frame.h
parentcae3bec14e4bc56ce95875f4b9d1c6f70e7f5a7e (diff)
Qt: Add ctx menu to start capturing packets
Add a context menu in the interface frame to start capturing packets. Bug: 15954 Change-Id: I93379c9abc5d3ba8b64388f57679e6e7bfdd6da7 Reviewed-on: https://code.wireshark.org/review/34133 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/interface_frame.h')
-rw-r--r--ui/qt/interface_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/interface_frame.h b/ui/qt/interface_frame.h
index b5112541a7..cb0cb3cbac 100644
--- a/ui/qt/interface_frame.h
+++ b/ui/qt/interface_frame.h
@@ -59,6 +59,7 @@ public slots:
#endif
void getPoints(int idx, PointList *pts);
void showRunOnFile();
+ void showContextMenu(QPoint pos);
protected:
void hideEvent(QHideEvent *evt);