aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-09 10:07:33 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-12-09 10:07:33 +0000
commita2b2dd4b284e43a98dacf742fc0801d3bdc03028 (patch)
tree45bd95ab7a0c59eeafc0fc484c777f69339913ac /epan/prefs.h
parent293e390c6129d7badce01279b4b9facb9f701fc8 (diff)
Add a function and an enum to register an uat preference for QT only.
svn path=/trunk/; revision=53880
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 24445dd4ae..be1ed8d887 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -459,6 +459,17 @@ WS_DLL_PUBLIC void prefs_register_uat_preference(module_t *module,
struct epan_uat* uat);
/*
+ * Register a uat 'preference' for QT only. It adds a button that opens the uat's window in the
+ * preferences tab of the module.
+ */
+WS_DLL_PUBLIC void prefs_register_uat_preference_qt(module_t *module,
+ const char *name,
+ const char* title,
+ const char *description,
+ struct epan_uat* uat);
+
+
+/*
* Register a color preference. Currently does not have any "GUI Dialog" support
* so the color data needs to be managed independently. Currently used by the
* "GUI preferences" to aid in reading/writing the preferences file, but the