X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbool.hpp;h=ef0916f48523a533d228296549138cd786eb7c29;hp=7e24e55576f88b03cdf38a945221cf61d25a16bc;hb=8b9056d493c657e01fcea037eff6b477c1ec9253;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/prop/bool.hpp b/pv/prop/bool.hpp index 7e24e555..ef0916f4 100644 --- a/pv/prop/bool.hpp +++ b/pv/prop/bool.hpp @@ -32,7 +32,7 @@ class Bool : public Property Q_OBJECT; public: - Bool(QString name, Getter getter, Setter setter); + Bool(QString name, QString desc, Getter getter, Setter setter); virtual ~Bool() = default; @@ -48,7 +48,7 @@ private: QCheckBox *check_box_; }; -} // prop -} // pv +} // namespace prop +} // namespace pv #endif // PULSEVIEW_PV_PROP_BOOL_HPP