]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.h
pv::prop::Int: Removed assert from Int::get_widget
[pulseview.git] / pv / prop / int.h
index f4c7387983409749354839538356b8bfc11e9c2d..6d910cdf4429b383fe5153bf71b66562d9e2c8c1 100644 (file)
@@ -54,6 +54,7 @@ private:
        const QString _suffix;
        const boost::optional< std::pair<int64_t, int64_t> > _range;
 
+       GVariant *_value;
        QSpinBox *_spin_box;
 };