X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=5779b37bb9c594fcf6ec4fc689bb84b408b36561;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=1a3180a1a9ab324950a1beafc08bdabb48e59159;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/prop/int.h b/pv/prop/int.h index 1a3180a..5779b37 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -51,11 +51,11 @@ 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