X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=1de99d6765cc6394164989303c8ebf3330156d5a;hb=50f97924a2de49393de617a891190f053825454f;hp=f4c7387983409749354839538356b8bfc11e9c2d;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index f4c73879..1de99d67 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -47,13 +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; + Glib::VariantBase _value; QSpinBox *_spin_box; };