X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fglobalsettings.cpp;fp=pv%2Fglobalsettings.cpp;h=8be4265b247e729d00f9bccacd433283d868250f;hp=0aaffdd927946f08b755c1d811c4c28feaa511e5;hb=7ba25e4f0953839d9dd9623ef8d80c57db75364b;hpb=03443f37bb0245f686b4178709090dbc9da0c73a 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);