From 0c4264f6cfffbd4d14bd302b60e03a1b1b2ac38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 30 Jul 2019 09:48:56 +0200 Subject: Qt: Add ctx menu to start capturing packets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke --- ui/qt/interface_frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/interface_frame.h') 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); -- cgit v1.2.3