X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fglobalsettings.cpp;h=8be4265b247e729d00f9bccacd433283d868250f;hb=e32025579dc2ac0bbb78f87ef241c4b4c5f8fc9c;hp=0aaffdd927946f08b755c1d811c4c28feaa511e5;hpb=c5d6200c96d6478e2ff0a7be5fddf001d4cc41c1;p=pulseview.git diff --git a/pv/globalsettings.cpp b/pv/globalsettings.cpp index 0aaffdd..8be4265 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() << "Setting" << key << "changed to" << value; + // Call all registered callbacks for (GlobalSettingsInterface *cb : callbacks_) cb->on_setting_changed(key, value);