X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.hpp;h=bf670403dee317f486c5d43ab093eb74932288fa;hp=044c0f652dcd7eab29dc9bb7a655da49171cbd03;hb=9a267f8dec48c9a28472c1a3bb146c624819e98b;hpb=56853c982046f78abe433f4f096f9305f8bcf806 diff --git a/pv/binding/decoder.hpp b/pv/binding/decoder.hpp index 044c0f6..bf67040 100644 --- a/pv/binding/decoder.hpp +++ b/pv/binding/decoder.hpp @@ -47,7 +47,7 @@ public: private: static shared_ptr 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);