summaryrefslogtreecommitdiff
path: root/ui/qt/preferences_dialog.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-27 14:34:29 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-28 06:53:35 +0000
commite5a1afc6f98cd807fbe74f9a2db455b56dfebbe9 (patch)
treebd8e2c70f03f30dd2ea0cb4c98a2cfaee8d25e26 /ui/qt/preferences_dialog.h
parentee6c1f5d29d6eef80a55222f829c14a2421d1715 (diff)
downloadwireshark-e5a1afc6f98cd807fbe74f9a2db455b56dfebbe9.tar.gz
Qt: Preferences dialog performance improvements.
Fill in advanced and module tree item text when requested. Create ModulePreferencesScrollAreas only when we need to show them. Change-Id: I5aa7d5dba8f5d20de088de3a9d1ee9d58e779269 Reviewed-on: https://code.wireshark.org/review/16181 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/preferences_dialog.h')
-rw-r--r--ui/qt/preferences_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/preferences_dialog.h b/ui/qt/preferences_dialog.h
index 6f339a6bb6..22f84fc7d7 100644
--- a/ui/qt/preferences_dialog.h
+++ b/ui/qt/preferences_dialog.h
@@ -36,7 +36,6 @@
class QComboBox;
extern pref_t *prefFromPrefPtr(void *pref_ptr);
-extern guint fill_advanced_prefs(module_t *module, gpointer root_ptr);
namespace Ui {
class PreferencesDialog;