summaryrefslogtreecommitdiff
path: root/ui/qt/capture_filter_edit.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-31 16:53:24 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-31 16:53:24 +0000
commit74b205bc84bd77d94be8f5cade866298f493fb0b (patch)
treedef6c1f8eb52158e2582bcd3a3f773d8ef30ce0a /ui/qt/capture_filter_edit.h
parentf875bf8de248af06336d7ceb6ddbcf9a8bdbbca9 (diff)
downloadwireshark-74b205bc84bd77d94be8f5cade866298f493fb0b.tar.gz
Set our connection capture filter in main() similar to the GTK+ version.
svn path=/trunk/; revision=51621
Diffstat (limited to 'ui/qt/capture_filter_edit.h')
-rw-r--r--ui/qt/capture_filter_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/capture_filter_edit.h b/ui/qt/capture_filter_edit.h
index c402393704..0240d3fbbf 100644
--- a/ui/qt/capture_filter_edit.h
+++ b/ui/qt/capture_filter_edit.h
@@ -45,6 +45,7 @@ public slots:
void checkFilter();
private slots:
+ void initCaptureFilter();
void applyCaptureFilter();
void checkFilter(const QString &text);
void setFilterSyntaxState(QString filter, bool valid, QString err_msg);