X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=8ce8be61ef6312f67842b9b4981d5e0d29a0895c;hp=6032cab02a3c47f386538fc2f815469fe1abd039;hb=78bf7ce5aaa1e02717973dc559c24973a313b541;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index 6032cab0..8ce8be61 100644 --- a/pv/prop/string.hpp +++ b/pv/prop/string.hpp @@ -32,7 +32,7 @@ class String : public Property Q_OBJECT; public: - String(QString name, Getter getter, Setter setter); + String(QString name, QString desc, Getter getter, Setter setter); QWidget* get_widget(QWidget *parent, bool auto_commit); @@ -45,7 +45,7 @@ private: QLineEdit *line_edit_; }; -} // prop -} // pv +} // namespace prop +} // namespace pv #endif // PULSEVIEW_PV_PROP_STRING_HPP