X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fbinding.h;h=9d52731d778556835239af38acffa7c8a17ed3ca;hp=cce8ebf8a15cfe86d174aa5641fa9d514880bcea;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hpb=87b79835014a386fb51b52bc993dbb693bd27197 diff --git a/pv/prop/binding/binding.h b/pv/prop/binding/binding.h index cce8ebf8..9d52731d 100644 --- a/pv/prop/binding/binding.h +++ b/pv/prop/binding/binding.h @@ -21,7 +21,7 @@ #ifndef PULSEVIEW_PV_PROP_BINDING_BINDING_H #define PULSEVIEW_PV_PROP_BINDING_BINDING_H -#include +#include #include #include @@ -51,7 +51,7 @@ public: QWidget* get_property_form(QWidget *parent, bool auto_commit = false) const; - static QString print_gvariant(GVariant *const gvar); + static QString print_gvariant(Glib::VariantBase gvar); protected: std::vector< std::shared_ptr > _properties;