X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fstring.cpp;h=96a83422e0a3e2a026336845ac20c72c876e7d35;hp=23c7f91321d567bbc59c31bad53b139cd8f1728a;hb=6e2a5b1d677a26a637465cd4d304e2bc52e14f36;hpb=870ea3dbf35b182e120c5d84ab89bf9cb7691232 diff --git a/pv/prop/string.cpp b/pv/prop/string.cpp index 23c7f913..96a83422 100644 --- a/pv/prop/string.cpp +++ b/pv/prop/string.cpp @@ -32,9 +32,10 @@ namespace pv { namespace prop { String::String(QString name, + QString desc, Getter getter, Setter setter) : - Property(name, getter, setter), + Property(name, desc, getter, setter), line_edit_(nullptr) { }