X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FQInclude.cpp;h=64dbb480913af8ff99b7d9219136bb40e0c4158d;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=023e1f4345c8cf740e7d28ab2c7f48cff8249408;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/frontends/qt4/QInclude.cpp b/src/frontends/qt4/QInclude.cpp index 023e1f4345..64dbb48091 100644 --- a/src/frontends/qt4/QInclude.cpp +++ b/src/frontends/qt4/QInclude.cpp @@ -262,7 +262,7 @@ void QInclude::update_contents() // the rest is put to the extra edit box. string extra = getStringFromVector(pars); dialog_->listingsED->setPlainText(toqstr(InsetListingsParams(extra).separatedParams())); - } + } }