summaryrefslogtreecommitdiff
path: root/ui/qt/display_filter_expression_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2016-04-24 14:18:44 -0700
committerGerald Combs <gerald@wireshark.org>2016-04-25 15:17:08 +0000
commit17e4998a47c72246063de98828599c4fa079a94e (patch)
treea318531311fb4931fd478a03292f6ceeda8698f9 /ui/qt/display_filter_expression_dialog.h
parentdacdb0bde8069d7141e15505442176f28e23e49f (diff)
downloadwireshark-17e4998a47c72246063de98828599c4fa079a94e.tar.gz
Qt: Speed up the Display Filter Expression dialog appearance.
Copy over and adapt SupportedProtocolsDialog::fillTree, which fills in the protocol tree after the dialog is shown processes display events while the tree is being built. Change-Id: I25082fd94c511db6a94aaed1c463ba1c1e64855c Reviewed-on: https://code.wireshark.org/review/15079 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/display_filter_expression_dialog.h')
-rw-r--r--ui/qt/display_filter_expression_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/display_filter_expression_dialog.h b/ui/qt/display_filter_expression_dialog.h
index eae5bc7e1e..8c1a0ee083 100644
--- a/ui/qt/display_filter_expression_dialog.h
+++ b/ui/qt/display_filter_expression_dialog.h
@@ -49,6 +49,7 @@ signals:
void insertDisplayFilter(const QString &filter);
private slots:
+ void fillTree();
void updateWidgets();
void on_fieldTreeWidget_itemSelectionChanged();