X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbool.h;h=22fc95cc8c2827305491bacd6f21e6602f0a6b27;hp=62e5ca36b6425ee1f91f9ff34afe6d1504b9fe2b;hb=67fe5e9c02e4e9cfe94d465a0a5e5b598129e4e3;hpb=de1d99bbe58f825e30048baa48a9439c01686f10 diff --git a/pv/prop/bool.h b/pv/prop/bool.h index 62e5ca36..22fc95cc 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;