X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fint.hpp;h=709e02e635eda56ee1f195cd4b9f76733c32b560;hb=669686c18ca6f1ee0697ae7804bfddf4fc6bd1e1;hp=fabd801324d7941c2fa7171d97f941c6cc0abb13;hpb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;p=pulseview.git diff --git a/pv/prop/int.hpp b/pv/prop/int.hpp index fabd8013..709e02e6 100644 --- a/pv/prop/int.hpp +++ b/pv/prop/int.hpp @@ -38,7 +38,7 @@ class Int : public Property Q_OBJECT; public: - Int(QString name, QString suffix, + Int(QString name, QString desc, QString suffix, boost::optional< pair > range, Getter getter, Setter setter);