X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=8282cb7f5928616fb2b64da1b5420c6439948458;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hp=8ce8be61ef6312f67842b9b4981d5e0d29a0895c;hpb=9a267f8dec48c9a28472c1a3bb146c624819e98b;p=pulseview.git diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index 8ce8be6..8282cb7 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();