]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/binding/binding.h
Moved get_property_form out of pv::prop::binding::Binding
[pulseview.git] / pv / prop / binding / binding.h
index f0b06ae288daed7dad5677aeae30028bf0362cb3..7bb3238b09ffbbf0bfbcefd2f12612d3d6fdcf38 100644 (file)
@@ -36,12 +36,7 @@ namespace binding {
 class Binding
 {
 public:
 class Binding
 {
 public:
-       Binding();
-
-public:
-       QWidget* get_form(QWidget *parent);
-
-       void commit();
+       const std::vector< boost::shared_ptr<Property> >& properties();
 
 protected:
        std::vector< boost::shared_ptr<Property> > _properties;
 
 protected:
        std::vector< boost::shared_ptr<Property> > _properties;