X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbool.h;h=22fc95cc8c2827305491bacd6f21e6602f0a6b27;hp=62e5ca36b6425ee1f91f9ff34afe6d1504b9fe2b;hb=f459c5400e067c4389c472b84194d760e7bfd585;hpb=80d501418163a7a7ef8a02a8ffc0c6b7ecb85725 diff --git a/pv/prop/bool.h b/pv/prop/bool.h index 62e5ca3..22fc95c 100644 --- a/pv/prop/bool.h +++ b/pv/prop/bool.h @@ -33,6 +33,8 @@ class Bool : public Property public: Bool(QString name, Getter getter, Setter setter); + virtual ~Bool(); + QWidget* get_widget(QWidget *parent); bool labeled_widget() const;