]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/binding/binding.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / prop / binding / binding.h
index cce8ebf8a15cfe86d174aa5641fa9d514880bcea..7d216e2d02c746c7ab14f082868a97e76cf252ba 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef PULSEVIEW_PV_PROP_BINDING_BINDING_H
 #define PULSEVIEW_PV_PROP_BINDING_BINDING_H
 
-#include <glib.h>
+#include <glibmm-2.4/glibmm.h>
 
 #include <vector>
 #include <memory>
@@ -51,10 +51,10 @@ 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<Property> > _properties;
+       std::vector< std::shared_ptr<Property> > properties_;
 };
 
 } // binding