diff options
author | Gerald Combs <gerald@wireshark.org> | 2013-01-19 00:57:57 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2013-01-19 00:57:57 +0000 |
commit | 2c5ce01f33e752222fa6fcaea8abe90e219c0753 (patch) | |
tree | bfc93a2b32cdf8b9e6b3a41052147bef7c556c4a /ui/qt/preferences_dialog.h | |
parent | 69489bc85a6d420c8e9766574f63d07e4a679a4e (diff) | |
download | wireshark-2c5ce01f33e752222fa6fcaea8abe90e219c0753.tar.gz wireshark-2c5ce01f33e752222fa6fcaea8abe90e219c0753.tar.bz2 wireshark-2c5ce01f33e752222fa6fcaea8abe90e219c0753.zip |
Add an "Appearance" (aka "User Interface") preference pane. Having an
"Advanced" pane gives us the luxury of omitting some items in favor of
simplicity so do that.
svn path=/trunk/; revision=47158
Diffstat (limited to 'ui/qt/preferences_dialog.h')
-rw-r--r-- | ui/qt/preferences_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/preferences_dialog.h b/ui/qt/preferences_dialog.h index 4654146db0..6c9702bea8 100644 --- a/ui/qt/preferences_dialog.h +++ b/ui/qt/preferences_dialog.h @@ -37,6 +37,8 @@ #include <QTreeWidgetItem> #include <QComboBox> +extern pref_t *prefFromPrefPtr(void *pref_ptr); + namespace Ui { class PreferencesDialog; } |