X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.cpp;fp=pv%2Fprop%2Fstring.cpp;h=4921129e9242bdb61c22e1c9ddb5aedfed958091;hb=27e8df221014d1a8c7769866773e8dbb0486eea8;hp=c2b2c67c26a5c97377dff2b853759206ef65ffe7;hpb=06e810f29b6e9e3fe8ba8aba5d3823375da9bbb2;p=pulseview.git diff --git a/pv/prop/string.cpp b/pv/prop/string.cpp index c2b2c67..4921129 100644 --- a/pv/prop/string.cpp +++ b/pv/prop/string.cpp @@ -48,7 +48,7 @@ QWidget* String::get_widget(QWidget *parent, bool auto_commit) GVariant *const value = _getter ? _getter() : NULL; if (value) { - _line_edit->setText(QString( + _line_edit->setText(QString::fromUtf8( g_variant_get_string(value, NULL))); g_variant_unref(value); }