binding/prop: Add a description field.
[pulseview.git] / pv / binding / decoder.hpp
index 044c0f652dcd7eab29dc9bb7a655da49171cbd03..bf670403dee317f486c5d43ab093eb74932288fa 100644 (file)
@@ -47,7 +47,7 @@ public:
 
 private:
        static shared_ptr<prop::Property> bind_enum(const QString &name,
-               const srd_decoder_option *option,
+               const QString &desc, const srd_decoder_option *option,
                prop::Property::Getter getter, prop::Property::Setter setter);
 
        Glib::VariantBase getter(const char *id);