aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-28 14:41:59 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-29 19:00:34 +0000
commitf449dcd8a590416aa33e5314f3db2bfc00134e9c (patch)
treee573122e7046692099942111d50a751cc5078798 /ui/qt/main_window.h
parentbd4f414593f2d463f4e36427da335923f141e264 (diff)
Qt: Add the ability to add filter expressions.
Add a "+" icon to the display filter toolbar which allows the addition of a new filter expression button. (Hopefully this will be the last main window UI change before 2.0.) Change-Id: I52bf56bf699dddb7b387b9f4de1bf8b35eb3c4ce Reviewed-on: https://code.wireshark.org/review/11375 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index be314ed24e..40c52e7b9a 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -285,6 +285,7 @@ private slots:
void setFeaturesEnabled(bool enabled = true);
void on_actionDisplayFilterExpression_triggered();
+ void on_actionNewDisplayFilterExpression_triggered();
void displayFilterButtonClicked();
// Handle FilterAction signals