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