summaryrefslogtreecommitdiff
path: root/ui/qt/filter_expressions_preferences_frame.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-01-15 16:52:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-01-18 16:38:03 +0000
commit9988542fd5b604354495b25490908436336e315e (patch)
tree95d9cd059dac32adf4cd4bf1f19b64624f0abeb9 /ui/qt/filter_expressions_preferences_frame.h
parent6d0bc20d4e4853deb7da13312fb3eb3e36b4160f (diff)
downloadwireshark-9988542fd5b604354495b25490908436336e315e.tar.gz
Add a copy button to the Filter Expression preferences.
Add a "copy" button to match other parts of the UI. Change-Id: I4240aaaaf18a6bbf8e6737a12bcfead2248acca7 Reviewed-on: https://code.wireshark.org/review/13322 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, 2 insertions, 0 deletions
diff --git a/ui/qt/filter_expressions_preferences_frame.h b/ui/qt/filter_expressions_preferences_frame.h
index a83fb9050b..eaefb49a7e 100644
--- a/ui/qt/filter_expressions_preferences_frame.h
+++ b/ui/qt/filter_expressions_preferences_frame.h
@@ -60,8 +60,10 @@ private slots:
void lineEditDestroyed();
void labelEditingFinished();
void expressionEditingFinished();
+ void on_expressionTreeWidget_itemSelectionChanged();
void on_newToolButton_clicked();
void on_deleteToolButton_clicked();
+ void on_copyToolButton_clicked();
};
#endif // FILTER_EXPRESSIONS_PREFERENCES_FRAME_H