aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/filter_expressions_preferences_frame.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-27 09:52:51 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-27 19:28:19 +0000
commite70a23f49d79ec2c6a9db25409de052d64c2ed36 (patch)
treee6888f0f8590db5392bc79cad09b311b2841842a /ui/qt/filter_expressions_preferences_frame.h
parent2ccb9d2d957a6c118c00a193d0fbe19712153208 (diff)
Qt: Add a filter expression item to the display filter edit menu.
Add an item to the display filter bookmark menu which opens the filter expression preferences. We also need an expression editor frame similar to the column editor frame, but hopefully this will suffice until that exists. Change-Id: If4c159bb769f0f8e7f89db55f1c6fd7c0bf65c87 Reviewed-on: https://code.wireshark.org/review/11315 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/filter_expressions_preferences_frame.h')
-rw-r--r--ui/qt/filter_expressions_preferences_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/filter_expressions_preferences_frame.h b/ui/qt/filter_expressions_preferences_frame.h
index 45c35dd0a1..a83fb9050b 100644
--- a/ui/qt/filter_expressions_preferences_frame.h
+++ b/ui/qt/filter_expressions_preferences_frame.h
@@ -51,7 +51,7 @@ private:
QLineEdit *cur_line_edit_;
QString saved_col_string_;
- void addExpression(bool enabled, const char *label, char *expression);
+ void addExpression(bool enabled, const QString label, const QString expression);
private slots:
void updateWidgets(void);