X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=5779b37bb9c594fcf6ec4fc689bb84b408b36561;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=6d910cdf4429b383fe5153bf71b66562d9e2c8c1;hpb=ac223c1e07cb56b69c8a11b94014a0ad3ccf393f;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index 6d910cd..5779b37 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -47,15 +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_; - GVariant *_value; - QSpinBox *_spin_box; + Glib::VariantBase value_; + QSpinBox *spin_box_; }; } // prop