binding/prop: Add a description field.
[pulseview.git] / pv / prop / double.hpp
index 666ece979a30f973969b32097073d856aad1078c..4e18e9563ff0adc9c05dc076fb5b57e8cf952409 100644 (file)
@@ -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<double, double> > range,
                boost::optional<double> step,
                Getter getter,
@@ -62,7 +62,7 @@ private:
        QDoubleSpinBox *spin_box_;
 };
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_PROP_DOUBLE_HPP