Use libsigrok C++ bindings (patch version 7).
[pulseview.git] / pv / prop / int.h
index 1a3180a1a9ab324950a1beafc08bdabb48e59159..1de99d6765cc6394164989303c8ebf3330156d5a 100644 (file)
@@ -54,7 +54,7 @@ private:
        const QString _suffix;
        const boost::optional< std::pair<int64_t, int64_t> > _range;
 
-       GVariant *_value;
+       Glib::VariantBase _value;
        QSpinBox *_spin_box;
 };