X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fdouble.hpp;h=4e18e9563ff0adc9c05dc076fb5b57e8cf952409;hp=863648d834b89dc6713578933184e735fd79045f;hb=9a267f8dec48c9a28472c1a3bb146c624819e98b;hpb=56853c982046f78abe433f4f096f9305f8bcf806 diff --git a/pv/prop/double.hpp b/pv/prop/double.hpp index 863648d..4e18e95 100644 --- a/pv/prop/double.hpp +++ b/pv/prop/double.hpp @@ -38,7 +38,7 @@ class Double : public Property Q_OBJECT public: - Double(QString name, int decimals, QString suffix, + Double(QString name, QString desc, int decimals, QString suffix, boost::optional< pair > range, boost::optional step, Getter getter,