diff widgets/PluginParameterBox.h @ 167:53b9c7656798

* Use RangeMappers in various places in plugin parameters, layer properties, playback parameters &c
author Chris Cannam
date Mon, 16 Oct 2006 20:42:23 +0000
parents 195ad6178ef8
children 42118892f428
line wrap: on
line diff
--- a/widgets/PluginParameterBox.h	Mon Oct 16 13:13:57 2006 +0000
+++ b/widgets/PluginParameterBox.h	Mon Oct 16 20:42:23 2006 +0000
@@ -61,6 +61,7 @@
     };
 
     std::map<QString, ParamRec> m_params;
+    std::map<QString, QString> m_descriptionMap;
 };
 
 #endif