X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fprop%2Fint.h;h=1de99d6765cc6394164989303c8ebf3330156d5a;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hp=6d910cdf4429b383fe5153bf71b66562d9e2c8c1;hpb=ac223c1e07cb56b69c8a11b94014a0ad3ccf393f;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index 6d910cd..1de99d6 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -47,14 +47,14 @@ public: void commit(); -private slots: +private Q_SLOTS: void on_value_changed(int); private: const QString _suffix; const boost::optional< std::pair > _range; - GVariant *_value; + Glib::VariantBase _value; QSpinBox *_spin_box; };