summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-01-27 21:33:24 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-01-28 21:56:43 +0000
commit3c1d05d5a034c15abfd47f5b6f11de0270c4a434 (patch)
treefcefa7781a711fa3cab4f40219055a59505f68e5 /ui/qt/wireshark_application.h
parent268c0e56fbdc6a56db06462abf28f8ccf4e9eedc (diff)
downloadwireshark-3c1d05d5a034c15abfd47f5b6f11de0270c4a434.tar.gz
Qt: Enable capture filter bookmarks
Update the code handling capture filter bookmarks and enable the bookmark button and clear button in CaptureFilterEdit(). Disable the apply button (which starts a capture) for now. Bug: 11836 Change-Id: Ia33cbb8c9bb839be037112eef26daf744c4ea8f8 Reviewed-on: https://code.wireshark.org/review/13568 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index c447f5f058..f04053f07e 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -63,6 +63,7 @@ public:
enum AppSignal {
ColumnsChanged,
+ CaptureFilterListChanged,
DisplayFilterListChanged,
FilterExpressionsChanged,
PacketDissectionChanged,
@@ -149,6 +150,7 @@ signals:
void profileNameChanged(const gchar *profile_name);
void columnsChanged(); // XXX This recreates the packet list. We might want to rename it accordingly.
+ void captureFilterListChanged();
void displayFilterListChanged();
void filterExpressionsChanged();
void packetDissectionChanged();