X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=1de99d6765cc6394164989303c8ebf3330156d5a;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hp=1a3180a1a9ab324950a1beafc08bdabb48e59159;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index 1a3180a..1de99d6 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -54,7 +54,7 @@ private: const QString _suffix; const boost::optional< std::pair > _range; - GVariant *_value; + Glib::VariantBase _value; QSpinBox *_spin_box; };