summaryrefslogtreecommitdiff
path: root/ui/qt/preferences_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-25 14:15:49 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-25 14:15:49 +0000
commit43b1f476952e5de0f75e051377e6d6288979de2e (patch)
tree343e9bb36ad1de0333a7f4d60eb5be1540c9e508 /ui/qt/preferences_dialog.h
parent402fed459fb3f03c3f6fd2a0fd6649b935904c13 (diff)
downloadwireshark-43b1f476952e5de0f75e051377e6d6288979de2e.tar.gz
From Thomas ERSFELD (GSoC13) : Add Capture interface dialog window
* Reuse sparkline from welcome * Split settings in tab (!= GTK) * No all feature work (Work In Progress...) * ... Comments (and review) are welcome ! svn path=/trunk/; revision=53563
Diffstat (limited to 'ui/qt/preferences_dialog.h')
-rw-r--r--ui/qt/preferences_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/preferences_dialog.h b/ui/qt/preferences_dialog.h
index 827ea893eb..fe4db669b7 100644
--- a/ui/qt/preferences_dialog.h
+++ b/ui/qt/preferences_dialog.h
@@ -37,6 +37,7 @@
#include <QComboBox>
extern pref_t *prefFromPrefPtr(void *pref_ptr);
+extern guint fill_advanced_prefs(module_t *module, gpointer root_ptr);
namespace Ui {
class PreferencesDialog;