X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=1a3180a1a9ab324950a1beafc08bdabb48e59159;hb=7db87de3cf2079f49ad395fba3a0b16f2b0f8ce5;hp=f4c7387983409749354839538356b8bfc11e9c2d;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index f4c73879..1a3180a1 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; + GVariant *_value; QSpinBox *_spin_box; };