X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Finputoutput.hpp;h=acfb61cb6b401ceaaa4b839088cb0b36803b6387;hp=7aa90a16f9e7fe37e0125c493cd1c75f8da28483;hb=9a267f8dec48c9a28472c1a3bb146c624819e98b;hpb=56853c982046f78abe433f4f096f9305f8bcf806 diff --git a/pv/binding/inputoutput.hpp b/pv/binding/inputoutput.hpp index 7aa90a1..acfb61c 100644 --- a/pv/binding/inputoutput.hpp +++ b/pv/binding/inputoutput.hpp @@ -62,12 +62,13 @@ private: /** * A helper function to bind an option list to and enum property. * @param name the name of the property. + * @param name the description of the property. * @param values the list of values. * @param getter the getter that will read the values out of the map. * @param setter the setter that will set the values into the map. */ shared_ptr bind_enum(const QString &name, - const vector &values, + const QString &desc, const vector &values, prop::Property::Getter getter, prop::Property::Setter setter); private: