Use libsigrok C++ bindings (patch version 7).
[pulseview.git] / pv / prop / int.h
index f4c7387983409749354839538356b8bfc11e9c2d..1de99d6765cc6394164989303c8ebf3330156d5a 100644 (file)
@@ -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<int64_t, int64_t> > _range;
 
+       Glib::VariantBase _value;
        QSpinBox *_spin_box;
 };