summaryrefslogtreecommitdiff
path: root/ui/qt/display_filter_combo.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-08-18 21:15:27 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-08-18 19:18:20 +0000
commit857b1447f8b229cc6bad84c89553bdcb4286ec38 (patch)
tree2a842a6469c4cd1762667eda3cd179dbc935d780 /ui/qt/display_filter_combo.h
parent4abec47c053491a55ef0fca8750af2d363033421 (diff)
downloadwireshark-857b1447f8b229cc6bad84c89553bdcb4286ec38.tar.gz
Qt: Syntax check display filter when fields changed
Change-Id: I7179d7918e7958373806fb9627a36554ab4b9ddc Reviewed-on: https://code.wireshark.org/review/10115 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/display_filter_combo.h')
-rw-r--r--ui/qt/display_filter_combo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/display_filter_combo.h b/ui/qt/display_filter_combo.h
index db2c73df90..67c503cc79 100644
--- a/ui/qt/display_filter_combo.h
+++ b/ui/qt/display_filter_combo.h
@@ -36,6 +36,7 @@ public:
signals:
public slots:
+ bool checkDisplayFilter();
void applyDisplayFilter();
private slots: