X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fglobalsettings.cpp;h=088a6e27bda0701771e75c8a33c41debc89ed7f2;hb=d13d95b3eaee713cc4eabbc0682ca545b4c31800;hp=8be4265b247e729d00f9bccacd433283d868250f;hpb=7ba25e4f0953839d9dd9623ef8d80c57db75364b;p=pulseview.git diff --git a/pv/globalsettings.cpp b/pv/globalsettings.cpp index 8be4265..088a6e2 100644 --- a/pv/globalsettings.cpp +++ b/pv/globalsettings.cpp @@ -107,7 +107,7 @@ void GlobalSettings::setValue(const QString &key, const QVariant &value) QSettings::setValue(key, value); - qDebug() << "Setting" << key << "changed to" << value; + qDebug().noquote() << "Setting" << key << "changed to" << value; // Call all registered callbacks for (GlobalSettingsInterface *cb : callbacks_)