binding/prop: Add a description field.
[pulseview.git] / pv / prop / int.hpp
index e94f6cbf7e549039b3c8f4ed435247f29000e861..709e02e635eda56ee1f195cd4b9f76733c32b560 100644 (file)
@@ -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<int64_t, int64_t> > range,
                Getter getter, Setter setter);
 
@@ -59,7 +59,7 @@ private:
        QSpinBox *spin_box_;
 };
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_PROP_INT_HPP