X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fbinding%2Finputoutput.hpp;h=acfb61cb6b401ceaaa4b839088cb0b36803b6387;hb=894c4b52fe140cf30a839cf3c7583fea04602683;hp=3c64781f2ffa17ecd8f2f8f1979f0696e0b72686;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git diff --git a/pv/binding/inputoutput.hpp b/pv/binding/inputoutput.hpp index 3c64781..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: @@ -77,7 +78,7 @@ private: map options_; }; -} // binding -} // pv +} // namespace binding +} // namespace pv #endif // PULSEVIEW_PV_BINDING_INPUTOUTPUT_H