X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=5779b37bb9c594fcf6ec4fc689bb84b408b36561;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=f4c7387983409749354839538356b8bfc11e9c2d;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index f4c7387..5779b37 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -47,14 +47,15 @@ public: void commit(); -private slots: +private Q_SLOTS: void on_value_changed(int); private: - const QString _suffix; - const boost::optional< std::pair > _range; + const QString suffix_; + const boost::optional< std::pair > range_; - QSpinBox *_spin_box; + Glib::VariantBase value_; + QSpinBox *spin_box_; }; } // prop