X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=8282cb7f5928616fb2b64da1b5420c6439948458;hb=1325ce422f1b49ab1f693125105b8c373c2965e5;hp=8ce8be61ef6312f67842b9b4981d5e0d29a0895c;hpb=9a267f8dec48c9a28472c1a3bb146c624819e98b;p=pulseview.git diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index 8ce8be61..8282cb7f 100644 --- a/pv/prop/string.hpp +++ b/pv/prop/string.hpp @@ -35,6 +35,7 @@ public: String(QString name, QString desc, Getter getter, Setter setter); QWidget* get_widget(QWidget *parent, bool auto_commit); + void update_widget(); void commit();